ticketfrei/setup.py
2019-03-04 19:50:00 +01:00

21 lines
379 B
Python

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',
],
)