[tor-commits] [stem/master] Clean up auto-generated MANIFEST
atagar at torproject.org
atagar at torproject.org
Tue Dec 6 17:52:21 UTC 2016
commit 484b00544f6a97cfadf67068c9af1afc1280c6d8
Author: Damian Johnson <atagar at 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')
More information about the tor-commits
mailing list