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
38d7a367
Commit
38d7a367
authored
Jan 12, 2015
by
Steven Cordwell
Browse files
[release] Prepare for tagging v4.0b3
Attempt at creating a better tagging and release process.
parent
c8e745e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
38d7a367
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
from
setuptools
import
setup
,
find_packages
from
setuptools
import
setup
,
find_packages
setup
(
name
=
"pymdptoolbox"
,
setup
(
name
=
"pymdptoolbox"
,
version
=
"
0
"
,
version
=
"
4.0-b3
"
,
author
=
"Steven A. W. Cordwell"
,
author
=
"Steven A. W. Cordwell"
,
author_email
=
"steven.cordwell@uqconnect.edu.au"
,
author_email
=
"steven.cordwell@uqconnect.edu.au"
,
url
=
"https://github.com/sawcordwell/pymdptoolbox"
,
url
=
"https://github.com/sawcordwell/pymdptoolbox"
,
...
@@ -14,7 +14,7 @@ setup(name="pymdptoolbox",
...
@@ -14,7 +14,7 @@ setup(name="pymdptoolbox",
"along with several variations."
,
"along with several variations."
,
download_url
=
"https://pypi.python.org/pypi/pymdptoolbox"
,
download_url
=
"https://pypi.python.org/pypi/pymdptoolbox"
,
classifiers
=
[
classifiers
=
[
"Development Status ::
2
-
Pre-Alph
a"
,
"Development Status ::
4
-
Bet
a"
,
"Environment :: Console"
,
"Environment :: Console"
,
"Intended Audience :: Education"
,
"Intended Audience :: Education"
,
"Intended Audience :: Science/Research"
,
"Intended Audience :: Science/Research"
,
...
@@ -25,6 +25,7 @@ setup(name="pymdptoolbox",
...
@@ -25,6 +25,7 @@ setup(name="pymdptoolbox",
"Programming Language :: Python :: 2"
,
"Programming Language :: Python :: 2"
,
"Programming Language :: Python :: 2.7"
,
"Programming Language :: Python :: 2.7"
,
"Programming Language :: Python :: 3"
,
"Programming Language :: Python :: 3"
,
"Programming Language :: Python :: 3.2"
,
"Programming Language :: Python :: 3.3"
,
"Programming Language :: Python :: 3.3"
,
"Programming Language :: Python :: 3.4"
,
"Programming Language :: Python :: 3.4"
,
"Topic :: Scientific/Engineering"
,
"Topic :: Scientific/Engineering"
,
...
...
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