Skip to content

Commit 8397c47

Browse files
committed
Update setup.py
1 parent 5e7ac9c commit 8397c47

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

setup.py

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,21 @@
1717
setup(name='mockito',
1818
version='0.5.2',
1919
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',
2423
license='MIT',
2524
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+
],
3335
test_suite='nose.collector',
3436
py_modules=['distribute_setup'],
3537
setup_requires=['nose'],

0 commit comments

Comments
 (0)