Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
pymdptoolbox
Commits
33f692be
Commit
33f692be
authored
Aug 24, 2013
by
Steven Cordwell
Browse files
specify a package in setup.py and bump up version number a little
parent
928e6f28
Changes
1
Show whitespace changes
Inline
Side-by-side
setup.py
View file @
33f692be
...
...
@@ -2,7 +2,7 @@
from
distutils.core
import
setup
setup
(
name
=
"pymdptoolbox"
,
version
=
"4.0a
2
"
,
version
=
"4.0a
3
"
,
author
=
"Steven A. W. Cordwell"
,
author_email
=
"steven.cordwell@uqconnect.edu.au"
,
url
=
"http://code.google.com/p/pymdptoolbox/"
,
...
...
@@ -31,5 +31,6 @@ setup(name="pymdptoolbox",
platforms
=
[
"Any"
],
license
=
"New BSD"
,
py_modules
=
[
"mdp"
],
packages
=
[
"mdptoolbox"
],
package_dir
=
{
""
:
"src"
},
requires
=
[
"math"
,
"numpy"
,
"random"
,
"scipy"
,
"time"
],)
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