File tree Expand file tree Collapse file tree 3 files changed +23
-95
lines changed Expand file tree Collapse file tree 3 files changed +23
-95
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,8 @@ share/python-wheels/
26
26
.installed.cfg
27
27
* .egg
28
28
MANIFEST
29
- xrspatial /_version.py
30
29
xrspatial /.version
31
30
32
-
33
31
# PyInstaller
34
32
# Usually these files are written by a python script from a template
35
33
# before PyInstaller builds the exe, so as to inject date/other infos into it.
@@ -58,19 +56,6 @@ coverage.xml
58
56
* .mo
59
57
* .pot
60
58
61
- # Django stuff:
62
- * .log
63
- local_settings.py
64
- db.sqlite3
65
- db.sqlite3-journal
66
-
67
- # Flask stuff:
68
- instance /
69
- .webassets-cache
70
-
71
- # Scrapy stuff:
72
- .scrapy
73
-
74
59
# Sphinx documentation
75
60
docs /_build /
76
61
@@ -87,23 +72,6 @@ ipython_config.py
87
72
# pyenv
88
73
.python-version
89
74
90
- # pipenv
91
- # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
92
- # However, in case of collaboration, if having platform-specific dependencies or dependencies
93
- # having no cross-platform support, pipenv may install dependencies that don't work, or not
94
- # install all needed dependencies.
95
- # Pipfile.lock
96
-
97
- # PEP 582; used by e.g. github.com/David-OConnor/pyflow
98
- __pypackages__ /
99
-
100
- # Celery stuff
101
- celerybeat-schedule
102
- celerybeat.pid
103
-
104
- # SageMath parsed files
105
- * .sage.py
106
-
107
75
# Environments
108
76
.env
109
77
.venv
113
81
env.bak /
114
82
venv.bak /
115
83
116
- # Spyder project settings
117
- .spyderproject
118
- .spyproject
119
-
120
- # PyCharm projects
121
- .idea /
122
-
123
- # Vscode projects
124
- .vscode /
125
-
126
- # Rope project settings
127
- .ropeproject
128
-
129
- # mkdocs documentation
130
- /site
131
-
132
84
# mypy
133
85
.mypy_cache /
134
86
.dmypy.json
@@ -140,4 +92,5 @@ dmypy.json
140
92
/test_tiles_output
141
93
* .TIF *
142
94
95
+ # airspeed velocity
143
96
.asv /
Original file line number Diff line number Diff line change 1
- include *.txt
2
- include *.md
1
+ recursive-include xrspatial *.py
2
+ recursive-include xrspatial *.nc
3
+
4
+ include LICENSE.txt
3
5
include xrspatial/.version
4
6
5
- graft xrspatial
6
7
graft xrspatial/examples
7
- graft xrspatial/examples/user_guide
8
-
9
- prune docs
10
- prune *.egg-info
11
-
12
- global-exclude *.png
13
- prune conda.recipe
14
- prune img
15
- prune .idea
16
-
17
- exclude xrspatial/.DS_Store
18
- exclude examples/.ipynb_checkpoints/*
19
- exclude examples/user_guide/.ipynb_checkpoints/*
20
- exclude xrspatial/_version.py
21
- exclude xrspatial/.DS_Store
22
- exclude xrspatial/__pycache__/*
23
-
24
- exclude xrspatial/examples/user_guide_idea/*
25
- exclude xrspatial/tests/.DS_Store
26
- exclude xrspatial/tests/__pycache__/*
27
-
28
- exclude xrspatial/tests/__pycache__/*
29
- exclude xrspatial/tests/.DS_Store
30
-
31
- exclude xrspatial/tests/_qgis_results/__pycache__/*
32
- exclude tile_idea.py
33
- exclude *.enc
34
- exclude .gitignore
35
- exclude .isort.cfg
36
- exclude *.dot
37
- exclude *.gif
38
- exclude *.svg
39
- exclude tox.ini
40
- exclude test_examples_cli.py
41
- include *.yml
42
8
43
- recursive-include examples *.gif
44
- recursive-include examples *.ipynb
45
- recursive-include examples *.py
46
- recursive-include examples *.yml
47
- recursive-include test_pip_packaging *.py
48
- recursive-include test_pip_packaging *.sh
9
+ graft docs
10
+ prune docs/build
Original file line number Diff line number Diff line change @@ -7,7 +7,20 @@ requires = [
7
7
]
8
8
[tool .check-manifest ]
9
9
ignore = [
10
- ' xrspatial/examples/*' ,
11
- ' xrspatial/examples/user_guide/*' ,
12
- ' xrspatial/.version' ,
10
+ ' .appveyor.yml' ,
11
+ ' .version' ,
12
+ ' CHANGELOG.md' ,
13
+ ' CODE_OF_CONDUCT.md' ,
14
+ ' CONTRIBUTING.md' ,
15
+ ' Citation-styles.md' ,
16
+ ' RELEASE.md' ,
17
+ ' requirements-dev.txt' ,
18
+ ' requirements.txt' ,
19
+ ' test_examples_cli.py' ,
20
+ ' tox.ini' ,
21
+ ' benchmarks/*' ,
22
+ ' examples/*' ,
23
+ ' examples/user_guide/*' ,
24
+ ' img/*' ,
25
+ ' test_pip_packaging/*' ,
13
26
]
You can’t perform that action at this time.
0 commit comments