1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-09 14:46:00 +02:00

Fix path to data/licenses.json
All checks were successful
continuous-integration/drone/push Build is passing

When we install and run this from CI, this file needs to exist in
the package's folder inside site-packages. Then we can use __file__
to get the path relative to the package.

See: https://python-packaging.readthedocs.io/en/latest/non-code-files.html
This commit is contained in:
2023-04-05 15:24:35 +03:00
parent 34142c3e6b
commit 1491e1edb0
3 changed files with 4 additions and 2 deletions

1
MANIFEST.in Normal file
View File

@ -0,0 +1 @@
include csv_metadata_quality/data/licenses.json