From ca9964049d8eb21f7d2bcea4b91f70a71c416036 Mon Sep 17 00:00:00 2001 From: Tim Bedard Date: Mon, 1 Nov 2021 14:34:20 -0500 Subject: [PATCH] rm use_2to3 setup param, fix readme filename --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 88a4454..5c829b2 100644 --- a/setup.py +++ b/setup.py @@ -39,14 +39,13 @@ def read(*paths): cmdclass={'build_py': build_py}, version=VERSION, description='Clearbit python bindings', - long_description=read('README.rst'), + long_description=read('README.md'), author='Clearbit', author_email='support@clearbit.com', url='https://clearbit.com', packages=['clearbit', 'clearbit.enrichment'], package_data={'clearbit': ['../VERSION']}, install_requires=install_requires, - use_2to3=True, include_package_data=True, test_suite='tests', classifiers=[