Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix MANIFEST.in #148

Merged
merged 1 commit into from
Jun 28, 2024
Merged

Fix MANIFEST.in #148

merged 1 commit into from
Jun 28, 2024

Conversation

pdelboca
Copy link

We need to update our MANIFEST.in file in order for pip install . to get all the files required to run migrations (and webassets)

Inspired by: https://github.com/ckan/ckan/blob/master/contrib/cookiecutter/ckan_extension/%7B%7Bcookiecutter.project%7D%7D/MANIFEST.in

Note: Usually we abuse of pip install -e . in our scripts, which completely ignore the MANIFEST.in file since it is installed for development.

@tino097 tino097 added the 1.0.2 label Jun 28, 2024
@tino097 tino097 merged commit fcf0bed into dathere:dev-v1.0 Jun 28, 2024
@tino097
Copy link
Collaborator

tino097 commented Jun 28, 2024

thanks @pdelboca

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants