File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -11,21 +11,20 @@ def description():
1111setup (name = 'pyclowder' ,
1212 version = '2.0.0' ,
1313 packages = find_packages (),
14- description = 'TERRA-REF utility library ' ,
14+ description = 'Python SDK for the Clowder Data Management System ' ,
1515 long_description = description (),
1616 author = 'Rob Kooper' ,
17171818
19- url = 'clowder.ncsa.illinois.edu' ,
19+ url = 'https:// clowder.ncsa.illinois.edu' ,
2020 project_urls = {
2121 'Source' : 'https://opensource.ncsa.illinois.edu/bitbucket/scm/cats/pyclowder2.git' ,
2222 },
2323
2424 license = 'BSD' ,
2525 classifiers = [
26- 'Development Status :: 5 - Production' ,
27- 'Intended Audience :: Developers' ,
28- 'Topic :: Data Science :: Data Management System' ,
26+ 'Development Status :: 4 - Beta' ,
27+ 'Intended Audience :: Science/Research' ,
2928 'License :: OSI Approved :: BSD License' ,
3029 'Programming Language :: Python :: 2.7'
3130 ],
You can’t perform that action at this time.
0 commit comments