Skip to content

Commit

Permalink
add bin to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
moustakas committed Dec 11, 2024
1 parent 48e25f5 commit 86fdba6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ graft etc
graft doc

prune build
prune dist
prune htmlcov
prune doc/_build
prune boneyard
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies = [
"fitsio",
"speclite",
]
requires-python = "<3.13"

[project.optional-dependencies]
test = [
Expand All @@ -52,8 +53,10 @@ requires = ["setuptools",
build-backend = 'setuptools.build_meta'

[tool.setuptools]
scripts-dir = "bin"
package-dir = {"" = "py"}
include-package-data = true
zip-safe = true

[tool.setuptools.package-data]
fastspecfit = [
Expand Down

0 comments on commit 86fdba6

Please sign in to comment.