
6 Dec
2016
6 Dec
'16
5:52 p.m.
commit 484b00544f6a97cfadf67068c9af1afc1280c6d8 Author: Damian Johnson <atagar@torproject.org> Date: Mon Dec 5 14:07:10 2016 -0800 Clean up auto-generated MANIFEST Now that we have a MANIFEST.in our setup.py generates a MANIFEST. Hate leaving turds around so cleaning it up. --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 3d79742..5770898 100644 --- a/setup.py +++ b/setup.py @@ -62,3 +62,6 @@ distutils.core.setup( 'Topic :: Software Development :: Libraries :: Python Modules', ], ) + +if os.path.exists('MANIFEST'): + os.remove('MANIFEST')
3109
Age (days ago)
3109
Last active (days ago)
0 comments
1 participants
participants (1)
-
atagar@torproject.org