Commit 5aeede2
committed
Move ndi_common/ into src/ndi/ so it ships with the installed package
The ndi_common directory (containing database_documents, schema_documents,
and other shared resources) was at the repo root, outside the wheel build
target of src/ndi/. This meant pip-installed copies of NDI could not find
document definitions at runtime, causing a ValueError in
PathConstants._find_ndi_root().
- Move ndi_common/ to src/ndi/ndi_common/
- Simplify _find_ndi_root() to look for ndi_common as a sibling inside
the ndi package directory (parent.parent from common/__init__.py)
- Update MANIFEST.in and pyproject.toml sdist includes
https://claude.ai/code/session_01NGmmNwo8UuRLbeuwEDGuDZ1 parent 5c9b944 commit 5aeede2
210 files changed
Lines changed: 13 additions & 19 deletions
File tree
- src/ndi
- common
- ndi_common
- config
- controlled_vocabulary
- working
- daq_systems
- angeluccilab
- dabrowskalab
- dbkatzlab
- gluckmanlab
- kjnielsenlab
- marderlab
- sjbirrenlab
- vhlab
- yangyangwang
- database_documents
- apps
- calculators
- jrclust
- markgarbage
- spikeextractor
- spikesorter
- vhlab_voltage2firingrate
- daq
- data
- element
- ingestion
- metadata
- mock
- neuron
- probe
- sorting
- stimulus
- vision/oridir
- treatment
- example_binaries
- example_datasets
- NDIDatasetUpload
- ontology
- probe
- requirements
- resources
- schema_documents
- apps
- calculations
- jrclust
- markgarbage
- spikeextractor
- spikesorter
- vhlab_voltage2firingrate
- daq
- data
- element
- ingestion
- metadata
- mock
- neuron
- probe
- sorting
- stimulus
- vision/oridir
- treatment
- stimulus
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 48 | + | |
| 49 | + | |
56 | 50 | | |
57 | 51 | | |
58 | 52 | | |
| |||
File renamed without changes.
File renamed without changes.
0 commit comments