-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Mark it ok for 3.4 - Update mail for severin
- Loading branch information
Arnaud Degroote
committed
May 18, 2015
1 parent
1dc8123
commit d33c355
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,17 +3,18 @@ | |
from distutils.core import setup | ||
|
||
setup(name='pymorse', | ||
version='1.2.2', | ||
version='1.3' | ||
license='BSD 3-clauses', | ||
description='Python bindings for the Modular OpenRobots Simulation Engine (MORSE)', | ||
author='Séverin Lemaignan, Pierrick Koch', | ||
author_email='severin.lemaignan@laas.fr, [email protected]', | ||
author_email='severin.lemaignan@epfl.ch, [email protected]', | ||
classifiers=[ | ||
'Development Status :: 5 - Production/Stable', | ||
'License :: OSI Approved :: BSD License', | ||
'Programming Language :: Python :: 2.7', | ||
'Programming Language :: Python :: 3.2', | ||
'Programming Language :: Python :: 3.3', | ||
'Programming Language :: Python :: 3.4', | ||
'Topic :: Scientific/Engineering', | ||
], | ||
url='http://morse.openrobots.org', | ||
|