22# setup.py - Setup script for swmm-toolkit python package
33#
44# Created: Jul 2, 2018
5- # Updated: Jun 7, 2021
5+ # Updated: Sep 4, 2025
66#
77# Author: See AUTHORS
88#
@@ -112,13 +112,13 @@ def exclude_files(cmake_manifest):
112112
113113setup (
114114 name = "swmm-toolkit" ,
115- version = "0.15.5 " ,
115+ version = "0.16.0 " ,
116116
117117 packages = ["swmm_toolkit" , "swmm.toolkit" ],
118118 package_dir = package_dir ,
119119
120120 zip_safe = False ,
121- install_requires = ["aenum= =3.1.11" ],
121+ install_requires = ["aenum> =3.1.11" ],
122122
123123 cmdclass = {"clean" : CleanCommand },
124124 cmake_args = cmake_args ,
@@ -130,7 +130,7 @@ def exclude_files(cmake_manifest):
130130 url = 'https://github.com/pyswmm/swmm-python' ,
131131
132132 author = 'See AUTHORS' ,
133- maintainer_email = 'bemcdonnell @gmail.com' ,
133+ maintainer_email = 'michael.tryby @gmail.com' ,
134134 license = 'CC0' ,
135135 license_files = license_files ,
136136 keywords = "swmm5, swmm, stormwater, hydraulics, hydrology" ,
@@ -140,12 +140,11 @@ def exclude_files(cmake_manifest):
140140 "Operating System :: POSIX :: Linux" ,
141141 "Operating System :: MacOS" ,
142142 "License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication" ,
143- "Programming Language :: Python :: 3.7" ,
144- "Programming Language :: Python :: 3.8" ,
145143 "Programming Language :: Python :: 3.9" ,
146144 "Programming Language :: Python :: 3.10" ,
147145 "Programming Language :: Python :: 3.11" ,
148146 "Programming Language :: Python :: 3.12" ,
147+ "Programming Language :: Python :: 3.13" ,
149148 "Programming Language :: C" ,
150149 "Development Status :: 5 - Production/Stable" ,
151150 ]
0 commit comments