Skip to content

Commit 5c04218

Browse files
committed
[setup] Update info for v1.3 release
1 parent 0a538ed commit 5c04218

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

setup.py

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,17 @@
1414

1515
install_req = ["lxml", "pyyaml"]
1616
if sys.version_info < (3, 4):
17-
install_req += ["enum"]
17+
install_req += ["enum34"]
1818

19-
setup(name='odML',
20-
version='1.3.dev0',
21-
description='open metadata Markup Language',
22-
author='Hagen Fritsch',
23-
author_email='[email protected]',
24-
url='http://www.g-node.org/projects/odml',
25-
packages=packages,
26-
test_suite='test',
27-
install_requires=install_req,
28-
long_description=description_text,
29-
)
19+
setup(
20+
name='odML',
21+
version='1.3.0',
22+
description='open metadata Markup Language',
23+
author='G-Node',
24+
author_email='[email protected]',
25+
url='http://www.g-node.org/projects/odml',
26+
packages=packages,
27+
test_suite='test',
28+
install_requires=install_req,
29+
long_description=description_text,
30+
)

0 commit comments

Comments
 (0)