diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2010-02-15 01:47:24 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2010-02-15 01:47:24 +0000 |
| commit | bbfbea04e3a949adc1af716fdd1ee61acc445007 (patch) | |
| tree | a613a3549e38a1764327aba145bd04da826790fb /python/MANIFEST.in | |
| parent | 074811c4bf1531f04b11db25f348e6c520bc4799 (diff) | |
| download | qpid-python-bbfbea04e3a949adc1af716fdd1ee61acc445007.tar.gz | |
updated setup.py to backport annotations as well as properly install qpid_config.py; added MANIFEST.in
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@910153 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/MANIFEST.in')
| -rw-r--r-- | python/MANIFEST.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/MANIFEST.in b/python/MANIFEST.in new file mode 100644 index 0000000000..92d8259f19 --- /dev/null +++ b/python/MANIFEST.in @@ -0,0 +1,3 @@ +include qpid_config.py +recursive-include examples * +recursive-exclude examples verify verify.in |
