diff --git a/HISTORY.rst b/HISTORY.rst index fa3d7091..7cd860d6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,7 @@ History X.Y.Z (YYYY-MM-DD) ------------------ +* Update setup.py metadata (:pr:`293`) * Address warnings (:pr:`292`) * Update github action versions (:pr:`291`) * Deprecate python 3.8 support (:pr:`290`) diff --git a/setup.py b/setup.py index 8ecba1fa..c1561b22 100644 --- a/setup.py +++ b/setup.py @@ -64,16 +64,16 @@ setup( author="Simon Perkins", - author_email="sperkins@ska.ac.za", + author_email="sperkins@sarao.ac.za", classifiers=[ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 3", - "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", ], description="Radio Astronomy Building Blocks", extras_require=extras_require,