from setuptools import setup setup( name='ticketfrei', version='', packages=['ticketfrei'], url='https://github.com/ticketfrei/ticketfrei', license='ISC', author='', author_email='', description='', install_requires=[ 'bottle', 'jwt', 'mastodon.py', 'pylibscrypt', 'pytoml', 'tweepy', ], )