Commit 5899664
authored
371 visuals/schemas not included upon using pip install (#372)
* Adding __init__.py to schemas directory to (hopefully) include it pip-install-from-tag.
* Removing top-level include-all and reformatting (to match an example).
* Trying alternate package-data option
The prior option worked, but might be too specific. This is more general (but might not work).
* Checking if the init.py is required for data-only directory.
* Attempting to install with pip+github
Instead of checkout and local-install, to catch some packaging issues.
* Install tests w/CI script.
* Changing version number.
* Changing install-with-tests syntax
* Restoring init.py in schemas directory
* Restoring the json-filter.
* Reverting to a prior successful state (almost)
* Making complexvid a proper package and flake8 compliant1 parent 7cb8e79 commit 5899664
7 files changed
Lines changed: 640 additions & 524 deletions
File tree
- .github/workflows
- src/pyciemss
- utils/complexvid_scabini
- visuals/schemas
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
Whitespace-only changes.
0 commit comments