diff --git a/pyproject.toml b/pyproject.toml index 6e695e5..4c10e43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling", "hatch-vcs"] build-backend = "hatchling.build" [project] -name = "radiotools" +name = "radionets-radiotools" description = "Tools for radio astronomy." readme = "README.rst" diff --git a/uv.lock b/uv.lock index 690c23e..80976c2 100644 --- a/uv.lock +++ b/uv.lock @@ -2545,7 +2545,7 @@ wheels = [ ] [[package]] -name = "radiotools" +name = "radionets-radiotools" source = { editable = "." } dependencies = [ { name = "astropy", version = "6.1.7", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },