From 208296b008b95e1eb735e4b8c75a328f4de297f9 Mon Sep 17 00:00:00 2001 From: Bradley Sappington Date: Wed, 11 Dec 2024 11:57:01 -0500 Subject: [PATCH] update description and remove local version --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e90bf2f..c99c1bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" [project] name = "stpsf" -description = "Creates simulated point spread functions for the James Webb Space Telescope" +description = "Creates simulated point spread functions for Space Telescopes (James Webb, Roman)" authors = [ { name = "Association of Universities for Research in Astronomy", email = "help@stsci.edu" }, ] @@ -63,6 +63,7 @@ namespaces = false ] [tool.setuptools_scm] +local_scheme = "no-local-version" write_to = "stpsf/version.py" [tool.pytest.ini_options]