Skip to content

Commit

Permalink
Improve PyPI classifiers and keywords (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
akarve authored Jun 10, 2024
1 parent 922106e commit 58dfe4a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "bipsea"
version = "1.1.1"
version = "1.1.2"
description = "Composable Python CLI for Bitcoin mnemonics and BIP-85 secrets."
readme = "README.md"
authors = ["Aneesh Karve <[email protected]>"]
license = "Apache-2.0"
homepage = "https://github.com/akarve/bipsea"
repository = "https://github.com/akarve/bipsea"
keywords = ["Bitcoin", "BIP85", "BIP32", "cryptography"]
keywords = ["Bitcoin", "BIP-32", "BIP-39", "BIP-85", "cryptography", "secrets", "ECDSA", "entropy"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand All @@ -20,7 +20,10 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
"Programming Language :: Python :: 3.12",
"Topic :: Security :: Cryptography",
"Topic :: Software Development :: Libraries",
"Topic :: Utilities",
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 58dfe4a

Please sign in to comment.