This commit is contained in:
Logen
2025-09-08 19:37:12 -04:00
parent 56041b244d
commit 22589a5637
11 changed files with 440 additions and 29 deletions

View File

@@ -10,3 +10,6 @@ authors = [{name = "Your Name", email = "you@example.com"}]
readme = "README.md"
requires-python = ">=3.8"
dependencies = ["ecdsa", "bech32"]
[project.scripts]
nostr-keygen = "main:main"