Skip to content

Commit

Permalink
fix: include spotter folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrcia committed Dec 20, 2023
1 parent e90670b commit d6a49fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description = "Stellar contamination estimates from rotational light curves"
authors = ["Lionel Garcia", "Benjamin Rackham"]
license = "MIT"
readme = "readme.md"
packages = [{ include = "spotter" },]

[tool.poetry.dependencies]
python = "^3.9"
Expand All @@ -29,9 +30,6 @@ sphinx-copybutton = "*"
toml = "*"
ipywidgets = "*"

[tool.poetry.packages]
include = [{ include = "spotter"}]

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit d6a49fd

Please sign in to comment.