Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Jajcus/pyxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Konieczny <jajcus@jajcus.net>2005-12-26 18:24:40 +0300
committerJacek Konieczny <jajcus@jajcus.net>2005-12-26 18:24:40 +0300
commit19a8ca80ae53f45ee57dd15957410f1e1ec51da1 (patch)
treeb8d3a8d0e540db55adae94650ba5d835c70a6e8a /MANIFEST.in
parentf51cffc29dcb2bb4da1007ed96f0ba345b455bbf (diff)
- some files added to distribution tarball
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in15
1 files changed, 12 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 1df2ef8..6889abe 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,9 +1,18 @@
include Makefile
-include COPYING TODO DONE ChangeLog CHANGES
+include COPYING TODO ChangeLog CHANGES README README.WIN32
include examples/*.py
include tests/*.py
include tests/Makefile
include tests/data/*
include utils/*.py
-include doc
-include utils
+include doc/*.html
+include doc/Makefile
+include doc/doc-tstamp
+include doc/www/*.html
+include doc/www/*.css
+include doc/www/api/*.css
+include doc/www/api/*.html
+include doc/www/api/private/*
+include doc/www/api/public/*
+include utils/*.py
+auxtools/htmlmerge.py