Skip to content

Commit

Permalink
update metadata in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phobson authored and austinorr committed Oct 3, 2023
1 parent 96e5d16 commit 53a5d34
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,20 @@
VERSION = "0.1.2"
AUTHOR = "Lucas Nguyen (Geosyntec Consultants)"
AUTHOR_EMAIL = "[email protected]"
URL = "https://github.com/Geosyntec/pynwis"
DOWNLOAD_URL = "https://github.com/Geosyntec/pynwis/archive/master.zip"
URL = "https://github.com/Geosyntec/dockside"
DOWNLOAD_URL = "https://github.com/Geosyntec/dockside/archive/master.zip"
LICENSE = "BSD 3-clause"
PLATFORMS = "Python 3.6 and later."
PLATFORMS = "Python 3.8 and later."
CLASSIFIERS = [
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Intended Audience :: Science/Research",
"Topic :: Software Development :: Libraries :: Python Modules",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
INSTALL_REQUIRES = ["pandas", "requests"]
PACKAGE_DATA = {}
Expand Down

0 comments on commit 53a5d34

Please sign in to comment.