Skip to content

Commit

Permalink
Fixed other issues for pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanueleGiacomini committed Jun 10, 2024
1 parent 65b5652 commit 5e3a554
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ authors = [
{ name = "Leonardo Brizi", email = "brizi@diag.uniroma1.it" },
{ name = "Emanuele Giacomini", email = "giacomini@diag.uniroma1.it" },
]
keywords = [
"LiDAR",
"TODO"
]
keywords = ["LiDAR", "TODO"]
requires-python = ">=3.8"

classifiers = [
"Programming Language :: Python :: 3",
Expand Down Expand Up @@ -46,5 +44,5 @@ Homepage = "https://github.com/rvp-group/mad-icp"
build-dir = "build/{wheel_tag}"
cmake.source-dir = "mad_icp/"
cmake.verbose = false
cmake.minimum-version = "3.8"
cmake.version = ">=3.8"
wheel.install-dir = "mad_icp/src/pybind"

0 comments on commit 5e3a554

Please sign in to comment.