1.2.1
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=61.0", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "nostr-keygen"
|
||||
version = "0.1.1"
|
||||
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"]
|
||||
|
||||
[project.scripts]
|
||||
nostr-keygen = "main:main"
|
||||
Reference in New Issue
Block a user