|  | 
| 2 | 2 | import setuptools | 
| 3 | 3 | 
 | 
| 4 | 4 | setuptools.setup( | 
| 5 |  | -    name="nose html output parallel", | 
|  | 5 | +    name="nose-html-output-parallel", | 
| 6 | 6 |     version=htmloutputparallel.version.__version__, | 
| 7 | 7 |     author='Rui Li', | 
|  | 8 | +    author_email = 'rui.li.spam@gmail.com', | 
| 8 | 9 |     description="Nose plugin to produce test results in html and works with parallel testing (--processes=N).", | 
| 9 | 10 |     license="GNU GENERAL PUBLIC LICENSE, Version 3", | 
| 10 |  | -    url="https://github.com/ruivapps/htmloutputparallel" | 
|  | 11 | +    url="https://github.com/ruivapps/htmloutputparallel", | 
|  | 12 | +    download_url='https://github.com/ruivapps/htmloutputparallel/tarball/1.0', | 
| 11 | 13 |     packages=["htmloutputparallel"], | 
| 12 | 14 |     package_dir={'htmloutputparallel':'htmloutputparallel'}, | 
| 13 | 15 |     package_data={'htmloutputparallel': ['templates/*.jinja2']}, | 
|  | 
| 17 | 19 |         "Topic :: Software Development :: Testing", | 
| 18 | 20 |         "Intended Audience :: Developers", | 
| 19 | 21 |         "Intended Audience :: Information Technology", | 
| 20 |  | -        "License :: GNU GENERAL PUBLIC LICENSE, Version 3", | 
| 21 | 22 |         "Operating System :: OS Independent", | 
| 22 |  | -        "Programming Language :: Python" | 
|  | 23 | +        "Programming Language :: Python", | 
| 23 | 24 |     ], | 
| 24 | 25 |     entry_points={ | 
| 25 | 26 |         'nose.plugins.0.10': [ | 
|  | 
0 commit comments