8000 Fixing a few warnings/errors when trying to create the bdist · fossabot/document-api-python@ca6fd1c · GitHub
[go: up one dir, main page]

Skip to content

Commit ca6fd1c

Browse files
author
Russell Hay
committed
Fixing a few warnings/errors when trying to create the bdist
1 parent 505097f commit ca6fd1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
setup(
77
name='tableaudocumentapi',
88
version='0.0.1',
9-
summary='A Python module for working with Tableau files.',
109
author='Tableau Software',
1110
author_email='github@tableau.com',
1211
url='https://github.com/tableau/document-api-python',
13-
py_modules=['tableaudocumentapi'],
12+
packages=['tableaudocumentapi'],
1413
license='MIT',
1514
description='A Python module for working with Tableau files.'
1615
)

0 commit comments

Comments
 (0)
0