Skip to content

Commit

Permalink
setup.py shouldn't write to random files
Browse files Browse the repository at this point in the history
If you want to verify ReST validity before a release, please do

  python setup.py --long-description > TEST_THIS_REST_BEFORE_REGISTERING.txt
  • Loading branch information
mgedmin committed Dec 26, 2014
1 parent 7aa3056 commit 289a845
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -85,8 +85,7 @@ def text(*args, **kwargs):
description=text("README.txt"),
long_description=text(
'src/zc/relationship/README.txt',
'src/zc/relationship/CHANGES.txt',
out=True),
'src/zc/relationship/CHANGES.txt'),
license='ZPL 2.1',
keywords="zope zope3",
install_requires=[
Expand Down

0 comments on commit 289a845

Please sign in to comment.