Skip to content

Commit

Permalink
Correct use of setuptools. Fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
blaylockbk committed Aug 3, 2023
1 parent 2501d55 commit a91c552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
py-modules = ["rose"]
packages = ["rose"]

[tool.setuptools_scm]
version_scheme = "post-release"
Expand Down

0 comments on commit a91c552

Please sign in to comment.