Skip to content

Commit

Permalink
different format
Browse files Browse the repository at this point in the history
  • Loading branch information
moustakas committed Dec 11, 2024
1 parent 6489292 commit 81eb96b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fastspecfit"
version = "3.1.1"
version = "3.1.2"
authors = [
{name="John Moustakas", email="[email protected]"},
]
Expand Down Expand Up @@ -52,22 +52,22 @@ requires = ["setuptools",
]
build-backend = 'setuptools.build_meta'

[project.scripts]
fastspec = "fastspecfit.fastspecfit:fastspec"
fastphot = "fastspecfit.fastspecfit:fastphot"
stackfit = "fastspecfit.fastspecfit:stackfit"
fastqa = "fastspecfit.qa:fastqa"

[tool.setuptools]
include-package-data = true
zip-safe = true
package-dir = {"" = "py"}
scripts = [
script-files = [
"bin/build-templates",
"bin/get-cutouts",
"bin/mpi-fastspecfit"
]

[tool.setuptools.entry-points.console_scripts]
fastspec = "fastspecfit.fastspecfit:fastspec"
fastphot = "fastspecfit.fastspecfit:fastphot"
stackfit = "fastspecfit.fastspecfit:stackfit"
fastqa = "fastspecfit.qa:fastqa"

[tool.setuptools.package-data]
fastspecfit = [
"data/*",
Expand Down

0 comments on commit 81eb96b

Please sign in to comment.