Commit 4b86c67 Travis Jacobs
committed
1 parent 54d4ff8 commit 4b86c67 Copy full SHA for 4b86c67
File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 56
56
.. automodule:: PyOpenWorm.configure
57
57
"""
58
58
59
- __version__ = '0.5.0-alpha '
59
+ __version__ = '0.5.0'
60
60
__author__ = 'Stephen Larson'
61
61
62
62
import traceback , sys , os
Original file line number Diff line number Diff line change @@ -21,36 +21,36 @@ def run(self):
21
21
cmdclass = {'install' : install },
22
22
zip_safe = False ,
23
23
install_requires = [
24
- 'xlrd' ,
25
- 'libneuroml' ,
26
- 'zodb==4.1.0' ,
27
- 'Pint' ,
28
- 'rdflib>=4.1.2' ,
29
24
'BTrees==4.0.8' ,
30
- 'SPARQLWrapper==1.6.2' ,
31
- 'ZConfig==3.0.4' ,
32
25
'decorator==3.4.0' ,
33
26
'discover==0.4.0' ,
34
27
'html5lib==0.999' ,
35
28
'isodate==0.5.0' ,
29
+ 'libneuroml' ,
36
30
'networkx==1.9' ,
37
31
'numpydoc==0.5' ,
38
32
'persistent==4.0.8' ,
33
+ 'Pint' ,
39
34
'pyparsing==2.0.2' ,
35
+ 'rdflib>=4.1.2' ,
40
36
'rdflib_zodb==1.0' ,
41
37
'requirements==0.1' ,
38
+ 'SPARQLWrapper==1.6.2' ,
42
39
'transaction==1.4.3' ,
43
40
'wsgiref==0.1.2' ,
41
+ 'xlrd' ,
44
42
'zc.lockfile==1.1.0' ,
43
+ 'ZConfig==3.0.4' ,
45
44
'zdaemon==4.0.0' ,
45
+ 'zodb==4.1.0' ,
46
46
'zope.interface==4.1.1'
47
47
],
48
48
dependency_links = [
49
49
'git://github.com/NeuralEnsemble/libNeuroML.git#egg=libNeuroML' ,
50
50
'git://github.com/zopefoundation/ZODB.git#egg=ZODB' ,
51
51
],
52
52
setup_requires = "six==1.9.0" ,
53
- version = '0.5.0-alpha ' ,
53
+ version = '0.5.0' ,
54
54
packages = ['PyOpenWorm' ],
55
55
package_data = {'PyOpenWorm' :['default.conf' ]},
56
56
author = 'OpenWorm.org authors and contributors' ,
You can’t perform that action at this time.
0 commit comments