Skip to content

Commit

Permalink
pyproject.toml: added build deps and extended metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jstucke committed Aug 15, 2024
1 parent 6aa8e9e commit e573831
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,20 @@ build-backend = "setuptools.build_meta"
[project]
name = "entropython"
version = "1.1.0"
readme = "README.md"
description = "A Python module for efficient calculation of Shannon byte entropy based on Rust."
license = {file = "LICENSE"}
requires-python = ">= 3.8"
keywords = ["entropy"]

[project.urls]
Homepage = "https://github.com/fkie-cad/entropython"

[project.optional-dependencies]
dev = [
"pytest>=8",
"twine~=5.1.1",
"build~=1.2.1",
]

[tool.setuptools.packages]
Expand Down

0 comments on commit e573831

Please sign in to comment.