Skip to content

Commit

Permalink
Add tests to sdist (MANIFEST.in). Fix #73
Browse files Browse the repository at this point in the history
This allows people to run tests when downloading the source tarball from PyPI.
  • Loading branch information
jluttine committed Mar 29, 2018
1 parent 1056b10 commit 04bd6a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
@@ -1,2 +1,5 @@
# Include the license file
include LICENSE.txt

# Include tests
include tests/*

0 comments on commit 04bd6a6

Please sign in to comment.