Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
austinschneider committed Oct 12, 2024
1 parent 6e56833 commit 404562c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ build-backend = "scikit_build_core.build"
[tool.scikit-build]
wheel.packages = []
cmake.build-type = "Release"
#wheel.install-dir = "siren"

[tool.scikit-build.cmake.define]
CMAKE_PREFIX_PATH="/tmp/downloads/local"
Expand Down Expand Up @@ -44,7 +43,7 @@ description = "Sampling and Injection for Rare EveNts: A neutrino and rare-proce
readme = "README.md"
requires-python = ">=3.8"
license = {file = "LICENSE"}
keywords = ["physics", "hep", "netrino", "bsm", "simulation", "injection", "weighting"]
keywords = ["physics", "hep", "neutrino", "bsm", "simulation", "injection", "weighting"]
authors = [
{name = "Austin Schneider", email = "[email protected]"},
{name = "Nicholas Kamp", email = "[email protected]"}
Expand Down Expand Up @@ -85,7 +84,7 @@ DarkNews = ["DarkNews>=0.4.2"]
Homepage = "https://github.com/Harvard-Neutrino/SIREN"
Documentation = "https://readthedocs.org"
Repository = "https://github.com/Harvard-Neutrino/SIREN.git"
Issues = "https://github.com/Harvard-Neutrino/LeptonInjector/issues"
Issues = "https://github.com/Harvard-Neutrino/SIREN/issues"

[wheel]
no-clean = true
Expand Down

0 comments on commit 404562c

Please sign in to comment.