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 9071869 commit 7ca5f9bCopy full SHA for 7ca5f9b
.gitignore
@@ -1,3 +1,7 @@
1
+xcoll/lib
2
+xcoll/config
3
+
4
5
# Byte-compiled / optimized / DLL files
6
__pycache__/
7
*.py[cod]
pyproject.toml
@@ -17,7 +17,7 @@ authors = [
17
]
18
readme = "README.md"
19
license = "Apache 2.0"
20
-include = ["LICENSE", "NOTICE"]
+exclude = ["xcoll/lib", "xcoll/config"]
21
22
23
[tool.poetry.dependencies]
0 commit comments