We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3453b1c commit 753e1f6Copy full SHA for 753e1f6
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools>=61.0"]
+requires = ["setuptools>=68.0.0", "wheel"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
@@ -10,11 +10,13 @@ authors = [
10
]
11
description = "Converts Syscoin addresses between legacy P2PKH (S...) and SegWit v0 P2WPKH (sys1q...)."
12
readme = "README.md"
13
+# license = { text="MIT" }
14
license = "MIT"
15
license-files = ["LICENSE"]
16
requires-python = ">=3.7"
17
classifiers = [
18
"Programming Language :: Python :: 3",
19
+ # "License :: OSI Approved :: MIT License", # Keep classifier commented out
20
"Operating System :: OS Independent",
21
"Topic :: Software Development :: Libraries :: Python Modules",
22
"Topic :: Utilities",
0 commit comments