diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..0868531 --- /dev/null +++ b/setup.py @@ -0,0 +1,20 @@ +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', + ], +) diff --git a/ticketfrei/__init__.py b/ticketfrei/__init__.py new file mode 100644 index 0000000..e69de29