Skip to content

Commit

Permalink
Removed long description since nowadays it breaks twine. I wish they …
Browse files Browse the repository at this point in the history
…just settled down for one thing instead of forever tinkering with the packages system in Python.
  • Loading branch information
MarioVilas committed Dec 5, 2019
1 parent 6256571 commit a004a4f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,5 @@
except ImportError:
from distutils.core import setup

# Get the long description from the readme file.
try:
metadata['long_description'] = open(join(here, 'README.md'), 'rU').read()
except Exception:
pass

# Run the setup script.
setup(**metadata)

0 comments on commit a004a4f

Please sign in to comment.