8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c4489 commit a8c85b3Copy full SHA for a8c85b3
setup.py
@@ -2,13 +2,15 @@
2
3
setup(
4
name='tableaudocumentapi',
5
- version='0.9',
+ version='0.10',
6
author='Tableau',
7
author_email='github@tableau.com',
8
url< 5D0A /span>='https://github.com/tableau/document-api-python',
9
packages=['tableaudocumentapi'],
10
license='MIT',
11
description='A Python module for working with Tableau files.',
12
+ long_description="file: README.md",
13
+ long_description_content_type="text/markdown",
14
test_suite='test',
15
install_requires=['lxml']
16
)
0 commit comments