Skip to content

Commit

Permalink
[Docs] simplify metadata in README example pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Dec 1, 2024
1 parent c4dcaae commit 4c25503
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,9 @@ and tell py-build-cmake how to build your CMake project. For example:
```toml
[project] # Project metadata
name = "example-project"
readme = "README.md"
requires-python = ">=3.7"
readme = "README.md"
license = { "file" = "LICENSE" }
authors = [{ "name" = "Pieter P", "email" = "[email protected]" }]
keywords = ["some", "keywords"]
classifiers = ["Topic :: Scientific/Engineering"]
urls = { "Documentation" = "https://tttapa.github.io/py-build-cmake" }
dependencies = ["numpy"]
dynamic = ["version", "description"]

Expand Down

0 comments on commit 4c25503

Please sign in to comment.