[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [stem/master] Clean up auto-generated MANIFEST
commit 484b00544f6a97cfadf67068c9af1afc1280c6d8
Author: Damian Johnson <atagar@xxxxxxxxxxxxxx>
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')
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits