Skip to content

Commit 3f40027

Browse files
author
victor73
committed
Version update and inclusion of jsondiff for CLI utility.
1 parent 6a7d67e commit 3f40027

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ def read(fname):
88
setup(name='osdf-python',
99
description='Python client to Open Science Data Framework (OSDF) REST servers.',
1010
long_description=read('README.md'),
11-
version='0.3.1',
11+
version='0.4',
1212
py_modules=['osdf', 'request'],
1313
author='Victor Felix',
1414
author_email='victor73@github.com',
1515
url='http://osdf.igs.umaryland.edu',
1616
license='MIT',
17-
requires=['httplib'],
17+
install_requires=['httplib', 'jsondiff'],
1818
classifiers=[
19-
"Development Status :: 4 - Beta",
19+
"Development Status :: 5 - Production/Stable",
2020
"License :: OSI Approved :: MIT License",
2121
"Intended Audience :: Science/Research",
2222
"Natural Language :: English",

0 commit comments

Comments
 (0)