-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #128 from pyswmm/py312_support
Adding PY3.12 Support to build
- Loading branch information
Showing
2 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,10 +124,10 @@ def exclude_files(cmake_manifest): | |
cmake_args = cmake_args, | ||
cmake_process_manifest_hook = exclude_files, | ||
|
||
description='OWA SWMM Python Toolkit', | ||
description='PySWMM SWMM Python Toolkit', | ||
long_description=long_description, | ||
long_description_content_type='text/markdown', | ||
url='https://github.com/OpenWaterAnalytics/swmm-python', | ||
url='https://github.com/pyswmm/swmm-python', | ||
|
||
author='See AUTHORS', | ||
maintainer_email='[email protected]', | ||
|
@@ -145,7 +145,8 @@ def exclude_files(cmake_manifest): | |
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Programming Language :: C", | ||
"Development Status :: 5 - Production/Stable", | ||
] | ||
) | ||
) |