Initial commit: basic keygen tool
This commit is contained in:
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=61.0", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "nostr-keygen"
|
||||
version = "0.1.0"
|
||||
description = "Terminal tool to generate nostr npub/nsec from file entropy"
|
||||
authors = [{name = "Your Name", email = "you@example.com"}]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
dependencies = ["ecdsa", "bech32"]
|
||||
Reference in New Issue
Block a user