|
17 | 17 | setup(name='mockito', |
18 | 18 | version='0.5.2', |
19 | 19 | packages=['mockito', 'mockito_test', 'mockito_util'], |
20 | | - url='http://code.google.com/p/mockito-python', |
21 | | - download_url='http://code.google.com/p/mockito-python/downloads/list', |
22 | | - maintainer='Justin Hopper', |
23 | | - maintainer_email='mockito-python@googlegroups.com', |
| 20 | + url='https://github.com/kaste/mockito-python', |
| 21 | + maintainer='herr.kaste', |
| 22 | + maintainer_email='herr.kaste@gmail.com', |
24 | 23 | license='MIT', |
25 | 24 | description='Spying framework', |
26 | | - long_description='Mockito is a spying framework based on Java library with the same name.', |
27 | | - classifiers=['Development Status :: 4 - Beta', |
28 | | - 'Intended Audience :: Developers', |
29 | | - 'License :: OSI Approved :: MIT License', |
30 | | - 'Topic :: Software Development :: Testing', |
31 | | - 'Programming Language :: Python :: 3' |
32 | | - ], |
| 25 | + long_description='Mockito is a spying framework based on the Java ' |
| 26 | + 'library with the same name.', |
| 27 | + classifiers=[ |
| 28 | + 'Development Status :: 4 - Beta', |
| 29 | + 'Intended Audience :: Developers', |
| 30 | + 'License :: OSI Approved :: MIT License', |
| 31 | + 'Topic :: Software Development :: Testing', |
| 32 | + 'Programming Language :: Python :: 2', |
| 33 | + 'Programming Language :: Python :: 3' |
| 34 | + ], |
33 | 35 | test_suite='nose.collector', |
34 | 36 | py_modules=['distribute_setup'], |
35 | 37 | setup_requires=['nose'], |
|
0 commit comments