We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53a37d commit ccdb61bCopy full SHA for ccdb61b
pyproject.toml
@@ -23,3 +23,9 @@ requires-python = ">=3.7"
23
24
[project.urls]
25
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