from setuptools import setup setup( name='pytestapp', packages=['pytestapp'], version='0.0.1', description='Test API using Flask', author='Joe Ceresini', author_email='[email protected]', install_requires=['flask'], )