File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 88# This is necessary for Python 2.6 on Travis for some reason.
99import multiprocessing
1010
11- try :
12- from setuptools import setup
13- except ImportError :
14- from distutils .core import setup
15-
16- if sys .argv [- 1 ] == 'publish' :
17- os .system ('python setup.py sdist upload' )
18- sys .exit ()
11+ from setuptools import setup
1912
2013_version_re = re .compile (r'__version__\s+=\s+(.*)' )
2114
4538 tests_require = ['requests_mock' ],
4639 test_suite = "tests" ,
4740 license = 'Apache License 2.0 ' ,
48- classifiers = ( 'Development Status :: 5 - Production/Stable' ,
41+ classifiers = [ 'Development Status :: 5 - Production/Stable' ,
4942 'Environment :: Web Environment' ,
5043 'Intended Audience :: Developers' ,
5144 'License :: OSI Approved :: Apache Software License' ,
5851 'Programming Language :: Python' ,
5952 'Topic :: Internet :: Proxy Servers' ,
6053 'Topic :: Internet :: WWW/HTTP' ,
61- 'Topic :: Internet' , ) , )
54+ 'Topic :: Internet' , ] , )
You can’t perform that action at this time.
0 commit comments