Skip to content

Commit

Permalink
Ensure that juliapkg.json is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Feb 7, 2024
1 parent 796a8ad commit df60c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ classifiers = [
dynamic = ["dependencies"]

[tool.setuptools]
packages = ["pysr"]
packages = ["pysr", "pysr._cli", "pysr.test"]
include-package-data = false
package-data = {pysr = ["../datasets/*"]}
package-data = {pysr = ["juliapkg.json"]}

[tool.setuptools.dynamic]
dependencies = {file = "requirements.txt"}
Expand Down

0 comments on commit df60c6a

Please sign in to comment.