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 3374239 commit 14e9e0aCopy full SHA for 14e9e0a
1 file changed
pyproject.toml
@@ -85,14 +85,10 @@ csscombine = "cssutils.scripts.csscombine:main"
85
cssparse = "cssutils.scripts.cssparse:main"
86
87
[tool.setuptools.packages.find]
88
-exclude = [
89
- # duplicate exclusions for pypa/setuptools#2688
90
- "docs",
91
- "docs.*",
92
- "examples*",
93
- "sheets",
94
- "sheets.*",
95
- "tools*",
+include = [
+ "cssutils",
+ "cssutils.*",
+ "encutils",
96
]
97
namespaces = true
98
0 commit comments