From b35fa6c5e8b465a2536ebfae54d17f093d42dd08 Mon Sep 17 00:00:00 2001 From: hauntsaninja Date: Mon, 3 Jul 2023 14:29:37 -0700 Subject: [PATCH 1/2] Add development status inactive classifier --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd245a4d..4f87e395 100644 --- a/setup.py +++ b/setup.py @@ -111,7 +111,7 @@ license='Apache License 2.0', platforms = ['POSIX', 'Windows'], classifiers = [ - 'Development Status :: 5 - Production/Stable', + 'Development Status :: 7 - Inactive', 'Environment :: Console', 'Intended Audience :: Developers', 'Operating System :: POSIX', @@ -121,6 +121,7 @@ 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Topic :: Software Development', ], python_requires=">=3.6", From 64bdccd6c55a86a1db821aa0b5851a053ebcf118 Mon Sep 17 00:00:00 2001 From: hauntsaninja Date: Mon, 3 Jul 2023 14:33:21 -0700 Subject: [PATCH 2/2] long desc --- setup.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/setup.py b/setup.py index 4f87e395..a22a67e7 100644 --- a/setup.py +++ b/setup.py @@ -82,6 +82,19 @@ ]) long_description = """ +=========== +End of life +=========== + +This project is no longer maintained. + +Use the standard library `ast` module instead. +See https://github.com/python/typed_ast/issues/179. + +=========== +Description +=========== + `typed_ast` is a Python 3 package that provides a Python 2.7 and Python 3 parser similar to the standard `ast` library. Unlike `ast` below Python 3.8, the parsers in