commit 7dbcf307a3f6abd92c1914ee6026664644c67c41
Author: Damian Johnson <[email protected]>
Date:   Tue Nov 22 10:12:48 2016 -0800

    Drop setup.py's provides clause
    
    We just provided this metadata for completeness. Turns out we'd be better 
off
    without it...
    
      
https://github.com/pypa/packaging-problems/issues/74#issuecomment-262090816
---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.py b/setup.py
index 7d7e5e9..5505a34 100644
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,6 @@ distutils.core.setup(
   keywords = 'tor onion controller',
   scripts = ['tor-prompt'],
   package_data = {'stem': ['cached_tor_manual.cfg', 'settings.cfg'], 
'stem.descriptor': ['fallback_directories.cfg'], 'stem.interpreter': 
['settings.cfg'], 'stem.util': ['ports.cfg']},
-  provides = ['stem'],
   classifiers = [
     'Development Status :: 5 - Production/Stable',
     'Intended Audience :: Developers',

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to