Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
juri-debug authored Aug 1, 2024
1 parent e42ab2a commit 7361efa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# pyproject.toml

[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "cpm_python"
version = "0.1.0"

[tool.setuptools.packages.find]
where = ["cpm"]
where = ["cpm"]

0 comments on commit 7361efa

Please sign in to comment.