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 505097f commit ca6fd1cCopy full SHA for ca6fd1c
setup.py
@@ -6,11 +6,10 @@
6
setup(
7
name='tableaudocumentapi',
8
version='0.0.1',
9
- summary='A Python module for working with Tableau files.',
10
author='Tableau Software',
11
author_email='github@tableau.com',
12
url='https://github.com/tableau/document-api-python',
13
- py_modules=['tableaudocumentapi'],
+ packages=['tableaudocumentapi'],
14
license='MIT',
15
description='A Python module for working with Tableau files.'
16
)
0 commit comments