summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in27
1 files changed, 21 insertions, 6 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 33821b9..49ef082 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,10 +1,25 @@
-include test-all-versions
-include convert-py3k
+# Project metadata
include LICENSE
-include *.txt
+include CHANGELOG
+
+# Redundant metadata just in case someone is depending on the
+# old versions
+include COPYING.txt
+include NEWS.txt
+
+# scripts
+include test-all-versions
+include scripts/*.py
+include scripts/*.txt
+
+# Documentation source in various languages.
include doc*/Makefile
-include doc*/source/*.py
+include doc*/source/conf.py
include doc*/source/*.rst
include doc*/source/*.jpg
-include scripts/*.py
-include scripts/*.txt
+
+# Japanese and Korean translations are in HTML format, not RST.
+include doc.jp/index.html
+include doc.ko/*.jpg
+include doc.ko/index.css
+include doc.ko/index.html