add MANIFEST.in, ansible.spec, modify setup.py for rpm pkg creation

This commit is contained in:
Seth Vidal 2012-03-05 12:15:24 -05:00
commit 47aa018a84
3 changed files with 54 additions and 3 deletions

3
MANIFEST.in Normal file
View file

@ -0,0 +1,3 @@
include README.md AUTHORS.md ansible.spec
recursive-include docs *
include Makefile