Skip to content

Commit

Permalink
BUG: fix packaging issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ntessore committed Jan 25, 2024
1 parent 5d00e6c commit 6c9311f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
dependencies = [
"numpy",
"camb>=1.3.5",
"glass>=2023.6.dev0",
"glass>=2023.7",
]
dynamic = ["version"]

Expand All @@ -40,3 +40,4 @@ strict-naming = false

[tool.hatch.build.targets.wheel]
strict-naming = false
packages = ["glass"]

0 comments on commit 6c9311f

Please sign in to comment.