-
-
Notifications
You must be signed in to change notification settings - Fork 535
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
Consider using \n instead of \r line endings in license file #477
Comments
When I
|
Hey! I think the newlines have been Windows since I inherited the repo... I use a Mac so wouldn't generate these. As for the reason you see Released as version 3.2.1: https://pypi.org/project/django-cors-headers/3.2.1/ Enjoy! Adam |
What a coincidence! Confirmed that 3.2.1's LICENSE renders perfectly. Thanks! |
The current license file causes formatting issues when generating a license report with
pip-licenses
. Would you consider changing from\r
line endings to\n
in the license file to make it match other license files more closely?Thanks.
Related to raimon49/pip-licenses#55
The text was updated successfully, but these errors were encountered: