From f5dc97382f0bffe48cb4db2a7f1b6b428f19db09 Mon Sep 17 00:00:00 2001 From: jpkneller Date: Mon, 1 Jul 2024 14:36:36 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aa198bc..ee067e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -22,7 +22,7 @@ dependencies = [ [project.urls] -"Homepage" = "https://github.com/SNEWS2/EMEWS" +"Homepage" = "https://github.com/SNEWS2/BEMEWS" [tool.setuptools] @@ -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"] }