Skip to content

Commit

Permalink
fix: pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenperezm committed Oct 15, 2024
1 parent 29978a8 commit c67c89b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ build-backend = "setuptools.build_meta"

[project]
name = "pystrukts"
description = "Advanced data structures for Python."
readme = "README.md"
requires-python = ">=3.8"
dynamic = ["version", "description", "authors", "urls", "keywords"]
dynamic = ["version", "authors", "urls", "keywords"]
license = { file = "LICENSE" }
classifiers = [
"License :: OSI Approved :: Apache Software License",
Expand Down

0 comments on commit c67c89b

Please sign in to comment.