from setuptools import setup, find_packages setup( name='cod_api', version='2.0.1', packages=find_packages(), install_requires=[], )