from setuptools import setup 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' )