Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
correct bug in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sergirubio committed Dec 4, 2018
1 parent 3dde746 commit d2b0613
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@
long_description = long_description,
download_url = download_url,
packages=find_packages(),
author="Sergi Rubio",
author_email="srubio@cells.es",
long_description=read('README'),
#long_description=read('README'),
package_data=package_data,
install_requires=install_requires,
entry_points=entry_points,
Expand Down

0 comments on commit d2b0613

Please sign in to comment.