Skip to content

Commit 8e42083

Browse files
committed
- prepare release 6.2.1a2, fix package description
1 parent 7e85bd9 commit 8e42083

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
1010

1111
[project]
1212
name = "ExtensionClass"
13-
version = "6.2.1a1"
13+
version = "6.2.1a2"
1414
description = "Metaclass for subclassable extension types"
1515
requires-python = ">=3.10"
1616
license = "ZPL-2.1"
@@ -37,6 +37,7 @@ classifiers = [
3737
"Programming Language :: Python :: Implementation :: CPython",
3838
"Programming Language :: Python :: Implementation :: PyPy",
3939
]
40+
dynamic = ["readme"]
4041
dependencies = []
4142

4243
[project.optional-dependencies]

0 commit comments

Comments
 (0)