Skip to content

Commit 753e1f6

Browse files
author
jagdeep sidhu
committed
Update pyproject.toml
1 parent 3453b1c commit 753e1f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61.0"]
2+
requires = ["setuptools>=68.0.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -10,11 +10,13 @@ authors = [
1010
]
1111
description = "Converts Syscoin addresses between legacy P2PKH (S...) and SegWit v0 P2WPKH (sys1q...)."
1212
readme = "README.md"
13+
# license = { text="MIT" }
1314
license = "MIT"
1415
license-files = ["LICENSE"]
1516
requires-python = ">=3.7"
1617
classifiers = [
1718
"Programming Language :: Python :: 3",
19+
# "License :: OSI Approved :: MIT License", # Keep classifier commented out
1820
"Operating System :: OS Independent",
1921
"Topic :: Software Development :: Libraries :: Python Modules",
2022
"Topic :: Utilities",

0 commit comments

Comments
 (0)