dev-python/baseline: new package, add 1.2.1

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2025-02-26 23:30:31 +09:00
parent f8c0e6241b
commit 54c6622fe0
4 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
- remove nonexistent file from long_description
- disable deprecated universal wheel build
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[metadata]
-long_description = file: README.rst, CHANGES.rst
+long_description = file: README.rst
keywords = compare baseline string test
platforms = any
classifiers =
@@ -49,8 +49,6 @@ test =
[sdist]
formats = zip
-[bdist_wheel]
-universal = True
[build_sphinx]
source-dir = docs