File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 33from distutils .core import setup
44
55setup (name = 'pymorse' ,
6- version = '1.2.2' ,
6+ version = '1.3'
77 license = 'BSD 3-clauses' ,
88 description = 'Python bindings for the Modular OpenRobots Simulation Engine (MORSE)' ,
99 author = 'Séverin Lemaignan, Pierrick Koch' ,
10- author_email = 'severin.lemaignan@laas.fr , pierrick.koch@laas.fr' ,
10+ author_email = 'severin.lemaignan@epfl.ch , pierrick.koch@laas.fr' ,
1111 classifiers = [
1212 'Development Status :: 5 - Production/Stable' ,
1313 'License :: OSI Approved :: BSD License' ,
1414 'Programming Language :: Python :: 2.7' ,
1515 'Programming Language :: Python :: 3.2' ,
1616 'Programming Language :: Python :: 3.3' ,
17+ 'Programming Language :: Python :: 3.4' ,
1718 'Topic :: Scientific/Engineering' ,
1819 ],
1920 url = 'http://morse.openrobots.org' ,
You can’t perform that action at this time.
0 commit comments