We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e85bd9 commit 8e42083Copy full SHA for 8e42083
pyproject.toml
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
10
11
[project]
12
name = "ExtensionClass"
13
-version = "6.2.1a1"
+version = "6.2.1a2"
14
description = "Metaclass for subclassable extension types"
15
requires-python = ">=3.10"
16
license = "ZPL-2.1"
@@ -37,6 +37,7 @@ classifiers = [
37
"Programming Language :: Python :: Implementation :: CPython",
38
"Programming Language :: Python :: Implementation :: PyPy",
39
]
40
+dynamic = ["readme"]
41
dependencies = []
42
43
[project.optional-dependencies]
0 commit comments