diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index db1e9b1..0000000 --- a/pyproject.toml +++ /dev/null @@ -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" \ No newline at end of file