Skip to content

Commit

Permalink
Include docs and tests in pypi source tarball (#55)
Browse files Browse the repository at this point in the history
We are packaging Flask-HTTPAuth for Fedora, we need docs
and tests files during package build process. This patch
includes tests and docs folder in source tarball.

https://bugzilla.redhat.com/show_bug.cgi?id=1451411
  • Loading branch information
chkumar246 authored and miguelgrinberg committed Jun 5, 2017
1 parent 817211b commit 054810e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include README.md LICENSE
recursive-include tests *.py
recursive-include docs *

0 comments on commit 054810e

Please sign in to comment.