from setuptools import setup setup( name='Bitchin Admin', packages=['bitchmin'], include_package_data=True, install_requires=[ 'flask', ], )