Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit bc8556b

Browse files
authored
Add dev status inactive classifier, edit long description (#196)
1 parent 014756f commit bc8556b

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

setup.py

+15-1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,19 @@
8282
])
8383

8484
long_description = """
85+
===========
86+
End of life
87+
===========
88+
89+
This project is no longer maintained.
90+
91+
Use the standard library `ast` module instead.
92+
See https://github.com/python/typed_ast/issues/179.
93+
94+
===========
95+
Description
96+
===========
97+
8598
`typed_ast` is a Python 3 package that provides a Python 2.7 and Python 3
8699
parser similar to the standard `ast` library. Unlike `ast` below Python 3.8,
87100
the parsers in
@@ -111,7 +124,7 @@
111124
license='Apache License 2.0',
112125
platforms = ['POSIX', 'Windows'],
113126
classifiers = [
114-
'Development Status :: 5 - Production/Stable',
127+
'Development Status :: 7 - Inactive',
115128
'Environment :: Console',
116129
'Intended Audience :: Developers',
117130
'Operating System :: POSIX',
@@ -121,6 +134,7 @@
121134
'Programming Language :: Python :: 3.8',
122135
'Programming Language :: Python :: 3.9',
123136
'Programming Language :: Python :: 3.10',
137+
'Programming Language :: Python :: 3.11',
124138
'Topic :: Software Development',
125139
],
126140
python_requires=">=3.6",

0 commit comments

Comments
 (0)