Skip to content

Commit ccdb61b

Browse files
committed
feat: Remove setup.py file and update pyproject.toml
1 parent a53a37d commit ccdb61b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ requires-python = ">=3.7"
2323

2424
[project.urls]
2525
Homepage = "https://github.com/yourusername/cedarscript-parser"
26+
27+
[tool.setuptools.packages.find]
28+
where = ["src"]
29+
include = ["cedarscript_parser*"]
30+
exclude = ["cedarscript_parser.tests*"]
31+
namespaces = false

0 commit comments

Comments
 (0)