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 7960c8a commit ea9ff5cCopy full SHA for ea9ff5c
.gitignore
@@ -27,6 +27,7 @@ share/python-wheels/
27
*.egg
28
MANIFEST
29
xrspatial/_version.py
30
+xrspatial/.version
31
32
33
# PyInstaller
pyproject.toml
@@ -6,4 +6,8 @@ requires = [
6
'wheel >= 0.36.2',
7
]
8
[tool.check-manifest]
9
-ignore = ["xrspatial/examples/*", "xrspatial/examples/user_guide/*"]
+ignore = [
10
+ 'xrspatial/examples/*',
11
+ 'xrspatial/examples/user_guide/*',
12
+ 'xrspatial/.version',
13
+]
0 commit comments