ticketfrei/setup.py

21 lines
379 B
Python
Raw Normal View History

2019-03-04 18:50:00 +00:00
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',
],
)