Closed danc86 closed 11 years ago
I'd like to package gitifyhg for Fedora, but the source tarball on PyPI is missing a copy of the GPLv3. It's a requirement of the GPL itself that the license text be included with the source, and I need to ship it with the package as well:
https://fedoraproject.org/wiki/Packaging:LicensingGuidelines#License_Text
This patch adds a MANIFEST.in to bundle LICENSE.txt in the source tarball.
I also added the tests, because I'd like to run them during package build to make sure everything is working.
Test failure looks suspect (transient connection problem?), unrelated to the change.
I'd like to package gitifyhg for Fedora, but the source tarball on PyPI is missing a copy of the GPLv3. It's a requirement of the GPL itself that the license text be included with the source, and I need to ship it with the package as well:
https://fedoraproject.org/wiki/Packaging:LicensingGuidelines#License_Text
This patch adds a MANIFEST.in to bundle LICENSE.txt in the source tarball.
I also added the tests, because I'd like to run them during package build to make sure everything is working.