from setuptools import setup setup( name='pytestapp', packages=['pytestapp'], version='0.0.1', description='Test API using Flask', author='Joe Ceresini', author_email='joe@ceresini.com', install_requires=['flask'], )