Skip to content

Commit

Permalink
updated pyproject.toml for yaml accessibility to built package
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldmcdermott committed Oct 15, 2024
1 parent 7197394 commit 9c7c55c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "deepszsim"
version = "0.1.0"
version = "0.1.1"
description = "code for fast simulations of galaxy clusters"
authors = [{name = "Eve Vavagiakis", email = "ev66@cornell.edu"}]
license = {text="LICENSE.txt"}
Expand All @@ -23,8 +23,9 @@ dependencies = [
pytest = "^7.3.1"
pytest-cov = "^4.0.0"

[tool.setuptools.packages.find]
namespaces = false
[tool.setuptools]
packages = ["deepszsim"]
include-package-data = true

[tool.setuptools.package-data]
"deepszsim.Settings" = ["*.yaml"]
"deepszsim" = ["Settings/*.yaml"]

0 comments on commit 9c7c55c

Please sign in to comment.