Skip to content

Commit 9cda521

Browse files
committed
polish package
1 parent 0b86aa4 commit 9cda521

4 files changed

Lines changed: 6 additions & 9 deletions

File tree

.ai

Submodule .ai updated 1 file

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "txaio"
77
version = "25.9.1"
88
description = "Compatibility API between asyncio/Twisted/Trollius"
99
readme = {file = "README.md", content-type = "text/markdown"}
10-
license = {file = "LICENSE"}
10+
license = "MIT"
1111
authors = [
1212
{name = "typedef int GmbH", email = "contact@typedefint.eu"}
1313
]
@@ -16,7 +16,6 @@ maintainers = [
1616
]
1717
keywords = ["asyncio", "twisted", "trollius", "coroutine"]
1818
classifiers = [
19-
"License :: OSI Approved :: MIT License",
2019
"Development Status :: 5 - Production/Stable",
2120
"Environment :: Console",
2221
"Framework :: Twisted",
@@ -84,7 +83,7 @@ include-package-data = true
8483
txaio = ["py.typed"]
8584

8685
[tool.wheel]
87-
universal = true
86+
universal = false
8887

8988
[tool.black]
9089
line-length = 88

setup.cfg

Lines changed: 0 additions & 5 deletions
This file was deleted.

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
with open("txaio/_version.py") as f:
3434
exec(f.read()) # defines __version__
3535

36+
# Force Python 3+ wheel tag with f-string syntax
37+
print(f"Building txaio version {__version__}")
38+
3639
with open("README.md") as f:
3740
docstr = f.read()
3841

0 commit comments

Comments
 (0)