Skip to content

Commit ea9ff5c

Browse files
committed
ignore version file
1 parent 7960c8a commit ea9ff5c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ share/python-wheels/
2727
*.egg
2828
MANIFEST
2929
xrspatial/_version.py
30+
xrspatial/.version
3031

3132

3233
# PyInstaller

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ requires = [
66
'wheel >= 0.36.2',
77
]
88
[tool.check-manifest]
9-
ignore = ["xrspatial/examples/*", "xrspatial/examples/user_guide/*"]
9+
ignore = [
10+
'xrspatial/examples/*',
11+
'xrspatial/examples/user_guide/*',
12+
'xrspatial/.version',
13+
]

0 commit comments

Comments
 (0)