File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package :
22 name : wqio
3- version : 0.4.x
3+ version : 0.5.1
44
55source :
66 path : ../../
Original file line number Diff line number Diff line change 11package :
22 name : wqio
3- version : " 0.4.0 "
3+ version : " 0.5.1 "
44
55source :
66 git_url : https://github.com/Geosyntec/wqio.git
7- git_tag : v0.4.0
7+ git_tag : v0.5.1
88# patches:
99 # List any patch files here
1010 # - fix.patch
Original file line number Diff line number Diff line change 8080# built documents.
8181#
8282# The short X.Y version.
83- version = "0.4.0 "
83+ version = "0.5.1 "
8484# The full version, including alpha/beta/rc tags.
85- release = "0.4.0 "
85+ release = "0.5.1 "
8686
8787# The language for content autogenerated by Sphinx. Refer to documentation
8888# for a list of supported languages.
146146
147147# The name for this set of Sphinx documents.
148148# "<project> v<release> documentation" by default.
149- # html_title = 'wqio v0.4.0 '
149+ html_title = 'wqio v0.5.1 '
150150
151151# A shorter title for the navigation bar. Default is the same as html_title.
152152# html_short_title = None
Original file line number Diff line number Diff line change 99DESCRIPTION = "wqio: Water Quality Inflow/Outflow"
1010LONG_DESCRIPTION = DESCRIPTION
1111NAME = "wqio"
12- VERSION = "0.4.x "
12+ VERSION = "0.5.1 "
1313AUTHOR = "Paul Hobson (Geosyntec Consultants)"
1414AUTHOR_EMAIL = "[email protected] " 1515URL = "https://github.com/Geosyntec/wqio"
1616DOWNLOAD_URL = "https://github.com/Geosyntec/wqio/archive/master.zip"
1717LICENSE = "BSD 3-clause"
1818PACKAGES = find_packages ()
19- PLATFORMS = "Python 3.4 and later."
19+ PLATFORMS = "Python 3.6 and later."
2020CLASSIFIERS = [
2121 "License :: OSI Approved :: BSD License" ,
2222 "Operating System :: OS Independent" ,
2323 "Programming Language :: Python" ,
2424 "Intended Audience :: Science/Research" ,
2525 "Topic :: Software Development :: Libraries :: Python Modules" ,
26- "Programming Language :: Python :: 3.4" ,
27- "Programming Language :: Python :: 3.5" ,
2826 "Programming Language :: Python :: 3.6" ,
27+ "Programming Language :: Python :: 3.7" ,
28+ "Programming Language :: Python :: 3.8" ,
2929]
3030INSTALL_REQUIRES = [
3131 "numpy" ,
You can’t perform that action at this time.
0 commit comments