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.
2 parents 4fd786d + 14e9e0a commit 030dda6Copy full SHA for 030dda6
1 file changed
pyproject.toml
@@ -92,14 +92,10 @@ csscombine = "cssutils.scripts.csscombine:main"
92
cssparse = "cssutils.scripts.cssparse:main"
93
94
[tool.setuptools.packages.find]
95
-exclude = [
96
- # duplicate exclusions for pypa/setuptools#2688
97
- "docs",
98
- "docs.*",
99
- "examples*",
100
- "sheets",
101
- "sheets.*",
102
- "tools*",
+include = [
+ "cssutils",
+ "cssutils.*",
+ "encutils",
103
]
104
namespaces = true
105
0 commit comments