This website requires JavaScript.
Explore
Get Started
openstack
/
nova
Code
Issues
Proposed changes
df57d44469
Branches
Tags
View all branches
nova
/
MANIFEST.in
7 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Finish AUTHORS transition. The code to generate the authors file from the git changelog has been in the tree and running for a few weeks now. Somehow the removal of the authors test and and the MANIFEST.in file were wrong though. This should clean that up. Fixes bug 920757. Change-Id: I66c388c1c81804f8dabc52b5ee25c7f394921e11
2012-07-05 09:08:38 -05:00
include AUTHORS
Generate a Changelog for Nova Ubuntu uses a tarball to generate packages for Nova and other openstack projects. This allows the user to find out what is included in the tarball. Signed-off-by: Chuck Short <chuck.short@canonical.com> Change-Id: I0291e19eee1ff2c5fc98b499571b2563841c6076
2012-04-24 13:52:54 -04:00
include ChangeLog
Use setuptools-git plugin for MANIFEST. Instead of a hard-coded MANIFEST.in to list non-code files to be included in the tarball, use the setuptools-git plugin to ensure that every file that's in git will wind up in the tarball. The only things needed in MANIFEST.in now are files that are generated as part of the sdist run. Change-Id: I76df685d58f7b56977d859e8df92e845f450b3e4
2012-06-24 17:32:31 -05:00
exclude .gitignore
exclude .gitreview
Move translations to babel locations. If we structure things like this, we can get things actually, you know, installed. Locales ast and oc aren't supported by babel. We'll re-import them from Launchpad once we get babel updated. If you want translations installed, run: python setup.py compile_catalog Before you run either setup.py sdist or setup.py install More work is needed to actually properly use the installed translations, but we're closer. Change-Id: I4a4bedd982c89063aa09688c9cbcf97054bcb34b
2012-02-08 00:16:50 -08:00
Use setuptools-git plugin for MANIFEST. Instead of a hard-coded MANIFEST.in to list non-code files to be included in the tarball, use the setuptools-git plugin to ensure that every file that's in git will wind up in the tarball. The only things needed in MANIFEST.in now are files that are generated as part of the sdist run. Change-Id: I76df685d58f7b56977d859e8df92e845f450b3e4
2012-06-24 17:32:31 -05:00
global-exclude *.pyc
Copy Permalink