File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515install_req = ["lxml" , "pyyaml" ]
1616if 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 = 'fritsch+gnode@in.tum.de' ,
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 = 'dev@g-node.org' ,
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+ )
You can’t perform that action at this time.
0 commit comments