Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
ospi
Commits
fe25f39d
Commit
fe25f39d
authored
May 31, 2018
by
Galo Maldonado
Browse files
update
parent
c3b88c11
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
fe25f39d
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from
setuptools
import
setup
,
find_packages
setup
(
name
=
'ospi'
,
version
=
'1.0'
,
description
=
'This library contains scripts for working with OpenSim files and pinocchio software.'
,
long_description
=
read
(
'README'
)
keywords
=
'biomechanics OpenSim pinocchio'
keywords
=
'biomechanics OpenSim pinocchio'
,
url
=
'https://github.com/GaloMALDONADO/ospi/'
,
license
=
'GNU General Public License v3.0'
,
...
...
@@ -21,4 +23,5 @@ setup(
'Programming Language :: Python :: 2.7'
,
],
install_requires
=
[
'numpy'
],
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment