We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7d67e commit 3f40027Copy full SHA for 3f40027
1 file changed
setup.py
@@ -8,15 +8,15 @@ def read(fname):
8
setup(name='osdf-python',
9
description='Python client to Open Science Data Framework (OSDF) REST servers.',
10
long_description=read('README.md'),
11
- version='0.3.1',
+ version='0.4',
12
py_modules=['osdf', 'request'],
13
author='Victor Felix',
14
author_email='victor73@github.com',
15
url='http://osdf.igs.umaryland.edu',
16
license='MIT',
17
- requires=['httplib'],
+ install_requires=['httplib', 'jsondiff'],
18
classifiers=[
19
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
20
"License :: OSI Approved :: MIT License",
21
"Intended Audience :: Science/Research",
22
"Natural Language :: English",
0 commit comments