diff options
author | Monty Taylor <mordred@inaugust.com> | 2012-07-02 17:19:06 -0400 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2012-07-02 17:19:06 -0400 |
commit | 8a967b16dc2ffd60bc19bee09f45e665ddcc9a81 (patch) | |
tree | 3cf0ffafd793a4562f233b8765eefee90412d5c6 /MANIFEST.in | |
parent | 506486550480fb222a92447e1e8baca855d126aa (diff) | |
download | oslo-8a967b16dc2ffd60bc19bee09f45e665ddcc9a81.tar.gz oslo-8a967b16dc2ffd60bc19bee09f45e665ddcc9a81.tar.xz oslo-8a967b16dc2ffd60bc19bee09f45e665ddcc9a81.zip |
Fix up openstack-common build.
Ironically enough, even though the code to manage this is in
openstack-common, openstack-common wasn't using it. This patch fixes doc
generation, as well as setuptools-git integration and versioning.
Change-Id: Ifb74ad539832d8cec4a536a96221eea8fb7527d2
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index c601e54..c978a52 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,6 @@ -include HACKING.rst -include requirements.txt -include tox.ini -include tools/* +include AUTHORS +include ChangeLog +exclude .gitignore +exclude .gitreview + +global-exclude *.pyc |