BlueBrain / bluepyentity

Manage entities within the knowledge graph
Apache License 2.0
5 stars 0 forks source link

Package data not included in dist #37

Closed eleftherioszisis closed 1 year ago

eleftherioszisis commented 1 year ago

Issue: The configuration file was not included in the dist resulting in errors such as:

FileNotFoundError: [Errno 2] No such file or directory: '/home/eleftherios/global_venv/lib/python3.9/site-packages/bluepyentity/data/prod-forge-nexus.yaml'

Fix Enable include_package_data in setup.py. The manifest file is already set correctly.

I also pinned black so that I didn't have to format all files with the new style for this PR.

eleftherioszisis commented 1 year ago

LGTM. Will you make a PR with the new version of black?

Sure.