Skip to content

Commit

Permalink
fix setuptools install error
Browse files Browse the repository at this point in the history
Fixes clearbit#34
Credit to @timbedard
  • Loading branch information
caleb15 authored Apr 5, 2022
1 parent a810c34 commit 9c64303
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
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=[
Expand Down

0 comments on commit 9c64303

Please sign in to comment.