dusty-phillips / gitifyhg

Tools for using git as a client to mercurial repositories
GNU General Public License v3.0
62 stars 17 forks source link

include LICENSE.txt and tests in source tarballs #90

Closed danc86 closed 11 years ago

danc86 commented 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.

PaulPrice commented 11 years ago

Test failure looks suspect (transient connection problem?), unrelated to the change.