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 793e751 commit e068880
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 @@ -84,8 +84,7 @@ def text(*args, **kwargs):
author_email='gary@zope.com',
description=text("README.txt"),
long_description=text('src/zc/relation/README.txt',
'src/zc/relation/CHANGES.txt',
out=True),
'src/zc/relation/CHANGES.txt'),
license='ZPL 2.1',
keywords="zope zope3",
install_requires=[
Expand Down

0 comments on commit e068880

Please sign in to comment.