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
9d69648a
Commit
9d69648a
authored
May 31, 2018
by
Galo Maldonado
Browse files
to install using Python eggs
parent
cfe5d876
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
0 → 100644
View file @
9d69648a
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'
url
=
'https://github.com/GaloMALDONADO/ospi/'
,
license
=
'GNU General Public License v3.0'
,
author
=
'Galo MALDONADO'
,
author_email
=
'galo_xav@hotmail.com'
,
packages
=
find_packages
(
exclude
=
[
'models'
,
'doc'
]),
classifiers
=
[
'Development Status :: 3 - Alpha'
,
'Intended Audience :: Science/Research'
,
'Programming Language :: Python'
,
'Programming Language :: Python :: 2.7'
,
],
)
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