Skip to content

Commit bc70974

Browse files
committed
Change package description (it was for terrautils).
1 parent 5e6b9bf commit bc70974

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

setup.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,20 @@ def description():
1111
setup(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',
1717
author_email='[email protected]',
1818

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
],

0 commit comments

Comments
 (0)