Skip to content

Commit 7ca5f9b

Browse files
committed
Fix building -- too many files were included.
1 parent 9071869 commit 7ca5f9b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
xcoll/lib
2+
xcoll/config
3+
4+
15
# Byte-compiled / optimized / DLL files
26
__pycache__/
37
*.py[cod]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ authors = [
1717
]
1818
readme = "README.md"
1919
license = "Apache 2.0"
20-
include = ["LICENSE", "NOTICE"]
20+
exclude = ["xcoll/lib", "xcoll/config"]
2121

2222

2323
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)