forked from tableau/document-api-python
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.py
More file actions
Latest commit
13 lines (12 loc) · 391 Bytes
/
Copy pathsetup.py
File metadata and controls
13 lines (12 loc) · 391 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
fromsetuptoolsimportsetup
setup(
name='alt_tableaudocumentapi',
version='0.8',
author='Mikhail Korotchenkov',
author_email='mr.mkc19@hotmail.com',
url='https://github.com/dev-mkc19/document-api-python',
packages=['tableaudocumentapi'],
license='MIT',
description='An alternative Python module for working with Tableau files.',
test_suite='test'
)