Skip to content

Commit

Permalink
Fix package discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Apr 24, 2024
1 parent cd50b19 commit bcd8ce5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ homepage = "https://github.com/compomics/molexpress"
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["molexpress"]
[tool.setuptools.dynamic]
version = { attr = "molexpress.__version__" }

[tool.setuptools.packages.find]
include = ["molexpress*"]

[tool.isort]
profile = "black"
Expand Down

0 comments on commit bcd8ce5

Please sign in to comment.