We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please correct the following line in MANIFEST.in:
recursive-include taggit_templatetags/templates/taggit_templatetags/ *.html
to the following:
recursive-include taggit_templatetags *.html
The error is only noticeable under windows, in which the package cannot be installed.
Thanks in advance and also thanks for sharing your code.
The text was updated successfully, but these errors were encountered:
Implemented correction in recursive-include that threw error when ins…
d2254b1
…talling on window. Issue feuervogel#10 in original repo.
Can confirm this problem for me as well. Submitted a pull request with code fix you suggested.
Sorry, something went wrong.
Submitted a pull request with code fix you suggested.
Too much overhead for such a simple fix, but, sure, be my guest.
No branches or pull requests
Please correct the following line in MANIFEST.in:
to the following:
The error is only noticeable under windows, in which the package cannot be installed.
Thanks in advance and also thanks for sharing your code.
The text was updated successfully, but these errors were encountered: