summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2014-11-23 16:39:23 +0100
committerAnthon van der Neut <anthon@mnt.org>2014-11-23 16:39:23 +0100
commit50d2b57039dff86dd090ef9a124861d15f380053 (patch)
treead999f79badab01c8a00825d4ca8c47c65c7d23f /MANIFEST.in
parentd709fb8be80a54e793f7eb5a148cd1fa5103933c (diff)
downloadruamel.yaml-50d2b57039dff86dd090ef9a124861d15f380053.tar.gz
- add ext/_yaml.c etc to the source tree
- tests for yaml to work on 2.6/3.3/3.4
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..aa076f5
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,2 @@
+include README.rst LICENSE CHANGES setup.py
+recursive-include ext *