summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>2008-09-30 14:37:49 +0000
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>2008-09-30 14:37:49 +0000
commit3f8c0fb7cc980b32c572e60f7f54492ce08455ef (patch)
treebcc24e9417f127919e7f664ab25f60044bcbd736
parent4ad3f643d9c1284bc65dae8081687a5a34ba20e5 (diff)
downloadpyyaml-3f8c0fb7cc980b32c572e60f7f54492ce08455ef.tar.gz
Updated the manifest file.
git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@285 18f92427-320e-0410-9341-c67f048884a3
-rw-r--r--MANIFEST.in3
-rw-r--r--Makefile2
2 files changed, 2 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index a1cf25f..d1fb8ce 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,2 @@
-include README LICENSE setup.py
include ext/_yaml.pyx ext/_yaml.pxd ext/_yaml.h ext/_yaml.c
-recursive-include examples *.py *.cfg
+exclude announcement.msg MANIFEST.in Makefile
diff --git a/Makefile b/Makefile
index c62c979..2b87e3b 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ test: build
testext: buildext
${PYTHON} tests/test_build_ext.py ${TEST}
-dist:
+dist: buildext
${PYTHON} setup.py --with-libyaml sdist --formats=zip,gztar
windist: