Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkneller authored Jul 1, 2024
1 parent b21f13c commit f5dc973
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=69.0", "setuptools_scm>=8", "pybind11"]
build-backend = "setuptools.build_meta"

[project]
name = "EMEWS"
name = "BEMEWS"
description = "A Python module for computing the Earth-matter effect upon neutrinos. Works alone or with snewpy."
license = {text = "BSD License"}
readme = "README.md"
Expand All @@ -22,7 +22,7 @@ dependencies = [


[project.urls]
"Homepage" = "https://github.com/SNEWS2/EMEWS"
"Homepage" = "https://github.com/SNEWS2/BEMEWS"


[tool.setuptools]
Expand All @@ -31,4 +31,4 @@ dependencies = [
# For wheels, this “package data” (everything except for *.py and compiled),
# is mostly unnecessary, so we exclude it and only add PREM data files.
include-package-data = false
package-data = { "EMEWS.data" = ["*.dat"] }
package-data = { "BEMEWS.data" = ["*.dat"] }

0 comments on commit f5dc973

Please sign in to comment.