From e06888059daa2d71642f025a358c7f6f68aa2499 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Fri, 26 Dec 2014 14:13:39 +0200 Subject: [PATCH] setup.py shouldn't write to random files If you want to verify ReST validity before a release, please do python setup.py --long-description > TEST_THIS_REST_BEFORE_REGISTERING.txt --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9c6c929..e0144a0 100644 --- a/setup.py +++ b/setup.py @@ -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=[