mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-02 20:03:01 +01:00
110e3df0b7
- Avoid having to pass the khoj_sample.yml data file into pip, native apps - Packaging data files into python packages is annoying. - There's `MANIFEST.in`, `data_files` and `package_data` in setup.py - Bdist, wheel, generated source tarball use different set of these fields and put the data files in different locations - Rather just code the default config into a constant. Avoid pointless file reads as well this way |
||
---|---|---|
.. | ||
__init__.py | ||
cli.py | ||
config.py | ||
constants.py | ||
exiftool.py | ||
helpers.py | ||
install.py | ||
jsonl.py | ||
rawconfig.py | ||
state.py | ||
yaml.py |