summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2015-04-01 01:03:35 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2015-04-01 01:03:35 +0200
commit54da2367dfc819c198ef5f48c1bffcb87a9c1c9e (patch)
treec877d6fc1e0aee972271b92338f6d08786f36d8b
parentff95abf0ced4f0d3afc74250e57496fdd835d3cb (diff)
downloadsemantic-version-54da2367dfc819c198ef5f48c1bffcb87a9c1c9e.tar.gz
Fix manifest for missing files (Closes #20).
CREDITS and LICENSE weren't included; kindly spotted by @hguemar.
-rw-r--r--MANIFEST.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 8a9a75b..c35e2a3 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,7 @@
-include README.rst
+include CREDITS
include ChangeLog
+include LICENSE
+include README.rst
include docs/Makefile
recursive-include docs *.py *.rst
include docs/_static/.keep_dir