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 9155f92 commit 16cf0f8Copy full SHA for 16cf0f8
MANIFEST.in
@@ -1,5 +1,6 @@
1
include *.txt
2
include *.md
3
+include xrspatial/.version
4
5
graft xrspatial
6
graft xrspatial/examples
@@ -14,12 +15,10 @@ prune img
14
15
prune .idea
16
17
exclude xrspatial/.DS_Store
-exclude xrspatial/.version
18
exclude examples/.ipynb_checkpoints/*
19
exclude examples/user_guide/.ipynb_checkpoints/*
20
exclude xrspatial/_version.py
21
22
23
exclude xrspatial/__pycache__/*
24
25
exclude xrspatial/examples/user_guide_idea/*
pyproject.toml
[build-system]
requires = [
+ 'param >=1.6.1',
'pyct >= 0.4.8',
'setuptools >= 54.1.2',
'wheel >= 0.36.2',
0 commit comments