Skip to content

Commit f94fb26

Browse files
committed
Update pyproject.toml
1 parent 1232e68 commit f94fb26

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
[build-system]
2-
requires = ["setuptools >= 77.0.3"]
2+
requires = ["setuptools>=77.0.3"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "codex32"
77
version = "0.2.0"
88
authors = [
9-
{ name="Ben Westgate", email="[email protected]" },
9+
{ name = "Ben Westgate", email = "[email protected]" },
1010
]
1111
description = "A Python implementation of BIP93 (Codex32)"
1212
readme = "README.md"
1313
requires-python = ">=3.10"
14+
license = { text = "MIT" }
15+
license-files = ["LICENSE*"]
1416
classifiers = [
15-
"Programming Language :: Python :: 3",
16-
"Operating System :: OS Independent",
17+
"Programming Language :: Python :: 3",
18+
"Operating System :: OS Independent",
1719
]
18-
license = "MIT"
19-
license-files = ["LICENSE*"]
20-
dependencies = ["bip32"]
20+
dependencies = ["bip32>=3.4.0"]
2121

2222
[project.optional-dependencies]
23-
dev = ["pytest","flake8"]
23+
dev = ["pytest", "flake8"]
2424

2525
[tool.setuptools.packages.find]
2626
where = ["src"]

0 commit comments

Comments
 (0)