From 53a5d3475d351958f83e75eca028e4acf9d9e3c6 Mon Sep 17 00:00:00 2001 From: Paul Hobson Date: Tue, 3 Oct 2023 09:48:36 -0700 Subject: [PATCH] update metadata in setup.py --- setup.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index c140035..385601b 100644 --- a/setup.py +++ b/setup.py @@ -14,19 +14,20 @@ VERSION = "0.1.2" AUTHOR = "Lucas Nguyen (Geosyntec Consultants)" AUTHOR_EMAIL = "lnguyen@geosyntec.com" -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 = {}