Skip to content

Commit

Permalink
Merge pull request #618 from avcopan/dev
Browse files Browse the repository at this point in the history
Fix: Also include phydat in wheel/sdist
  • Loading branch information
avcopan authored Feb 12, 2025
2 parents 96e60fd + b63b63e commit 4597870
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 @@ -10,7 +10,7 @@ build-backend = "hatchling.build"
requires = ["hatchling"]

[tool.hatch.build.targets.sdist]
include = ["autochem", "automol", "autoreact", "molsym"]
include = ["autochem", "automol", "autoreact", "phydat", "molsym"]

[tool.hatch.build.targets.wheel]
include = ["autochem", "automol", "autoreact", "molsym"]
include = ["autochem", "automol", "autoreact", "phydat", "molsym"]

0 comments on commit 4597870

Please sign in to comment.