Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
Stop writing files in setup.py
Browse files Browse the repository at this point in the history
If you want to validate the ReStructuredText syntax, please do

  python setup.py --long-description > doc.txt
  • Loading branch information
mgedmin committed Dec 26, 2014
1 parent 89e2e11 commit f599e20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ def read(*rnames):
'**********************\n'
)

open('doc.txt', 'w').write(long_description)

tests_require = ['zope.testing']

setup(
Expand Down

0 comments on commit f599e20

Please sign in to comment.