File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 1212 name = 'cluster' ,
1313 version = '1.2.1' ,
1414 author = 'Michel Albert' ,
15- 15+ 1616 url = 'https://github.com/exhuma/python-cluster' ,
1717 packages = ['cluster' , 'cluster.method' ],
1818 license = 'LGPL' ,
1919 description = readme_contents [parastart :sentence_end ],
20- long_description = readme_contents )
20+ long_description = readme_contents ,
21+ classifiers = [
22+ 'Development Status :: 5 - Production/Stable' ,
23+ 'Intended Audience :: Developers' ,
24+ 'Intended Audience :: Education' ,
25+ 'Intended Audience :: Other Audience' ,
26+ 'Intended Audience :: Science/Research' ,
27+ 'License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)' ,
28+ 'Operating System :: OS Independent' ,
29+ 'Programming Language :: Python' ,
30+ 'Programming Language :: Python :: 2' ,
31+ 'Programming Language :: Python :: 3' ,
32+ 'Topic :: Scientific/Engineering :: Information Analysis' ,
33+ ]
34+ )
You can’t perform that action at this time.
0 commit comments