-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update description and remove local version
- Loading branch information
1 parent
424d13b
commit 208296b
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 = "[email protected]" }, | ||
] | ||
|
@@ -63,6 +63,7 @@ namespaces = false | |
] | ||
|
||
[tool.setuptools_scm] | ||
local_scheme = "no-local-version" | ||
write_to = "stpsf/version.py" | ||
|
||
[tool.pytest.ini_options] | ||
|