Skip to content

Commit

Permalink
fixed package discovery issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkomarov committed Jan 16, 2025
1 parent 604fa15 commit 436e1b8
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 @@ -14,8 +14,8 @@ dependencies = [
]
license = {text = "BSD License"}

[tool.spin]
package = "specderiv"
[tool.setuptools]
packages = ["specderiv"]

[tool.setuptools.dynamic]
version = {attr = "specderiv.__version__"}
Expand Down

0 comments on commit 436e1b8

Please sign in to comment.