Commit 234d450 1 parent 18add4d commit 234d450 Copy full SHA for 234d450
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
except ImportError :
9
9
pass
10
10
11
- setup (name = 'dose ' ,
12
- version = '0.1 ' ,
11
+ setup (name = 'digital organism simulation environment ' ,
12
+ version = '1.0.0 ' ,
13
13
packages = ['dose' ,
14
14
'dose.copads' ],
15
15
description = 'Digital Organisms Simulation Environment' ,
101
101
author_email = 'mauriceling@acm.org' ,
102
102
url = 'https://github.com/mauriceling/dose' ,
103
103
license = 'GNU General Public License version 3' ,
104
- platform = ' OS independent' ,
104
+ platforms = [ 'Operating System :: OS Independent' ] ,
105
105
classifiers = ['Development Status :: 3 - Alpha' ,
106
106
'Intended Audience :: Developers' ,
107
107
'Intended Audience :: Education' ,
115
115
'Topic :: Scientific/Engineering :: Bio-Informatics' ,
116
116
'Topic :: Software Development :: Libraries :: Python Modules'
117
117
],
118
- console = ['dosecmd.py' ]
118
+ # console=['dosecmd.py']
119
119
)
You can’t perform that action at this time.
0 commit comments