File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools >= 77.0.3" ]
2+ requires = [" setuptools>= 77.0.3" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
66name = " codex32"
77version = " 0.2.0"
88authors = [
9- {
name = " Ben Westgate" ,
email = " [email protected] " },
9+ {
name = " Ben Westgate" ,
email = " [email protected] " },
1010]
1111description = " A Python implementation of BIP93 (Codex32)"
1212readme = " README.md"
1313requires-python = " >=3.10"
14+ license = { text = " MIT" }
15+ license-files = [" LICENSE*" ]
1416classifiers = [
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 ]
2626where = [" src" ]
You can’t perform that action at this time.
0 commit comments