Commit Graph

10 Commits

Author SHA1 Message Date
sonu.kumar 56bc67d4bf Removes MANIFEST.in as it is not needed explicitely by PBR
This patch removes `MANIFEST.in` file as pbr generates a sensible
manifest from git files and some standard files and it removes
the need for an explicit `MANIFEST.in` file.

Change-Id: I749be997516b0d3af7bd1f6c1a4fce245b392d54
2015-12-17 16:35:38 +05:30
Monty Taylor 0206c2d5dd Update to latest openstack.common.setup.
We actually don't need the silly versioninfo file at all anymore.

Change-Id: Ic759c39a29b07d41a96849db84a7f9990ec8a3eb
2013-03-28 06:40:13 +01:00
Roman Podolyaka f78617803c Use setuptools-git to include files from the repo
Fixes bug 1029511.

Change-Id: I5aef29ad10ac73a9645111f993621d596321ffcf
2013-03-22 23:06:08 +02:00
Chmouel Boudjnah 077cc0bf22 gitignore ChangeLog and add to MANIFEST.in.
Change-Id: I6dde5a0411f3e814bb34c0936010f1b46a4248a3
2012-08-06 09:14:52 +02:00
Monty Taylor 65529cd929 Implement post-tag versioning numbering.
Change-Id: If886d1ee70420fe52776663ec9cf75bf31d54012
2012-06-26 11:03:44 -05:00
Clark Boylan ebceca9414 Move docs to doc.
To better facilitate the building and publishing of sphinx
documentation by Jenkins we are moving all openstack projects with
sphinx documentation to a common doc tree structure. Documentation
goes in project/doc/source and build results go in project/doc/build.

Change-Id: I868df12e3c15cc30043e782ce0a609b9574295cd
2012-06-11 14:18:48 -07:00
Thierry Carrez 6b594c9f32 Add missing tools and tox.ini to tarball
Fix MANIFEST.in to include missing tools and tox.ini in
generated tarballs. Fixes bug 960027

Change-Id: I2e13aa89b7db4c98bb9c884c40d4858047c579f1
2012-03-21 15:41:12 +01:00
Monty Taylor f737a8c3bb Add MANIFEST.in and setup.cfg back.
These files are actually needed - without MANIFEST.in, files are missing
from the source tarball which is used in debian packaging. setup.cfg is
needed for configuration of the sphinx doc build commands.

Additionally, I added listings for the other files in the root to
MANIFEST.in so that the source tarball would be complete.

Change-Id: Ia0f281663b58baaf2ee23f627d4b1887d0eddfe9
2011-12-09 13:38:23 -08:00
Josh Kearney 149e00bcf5 Adds bash completion support and cleans up setup.py.
Also removes some unnecessary files and updates the AUTHORS file.

Change-Id: Iefa502ce08cbf34038d2e04d0460ae43468a4255
2011-11-17 10:17:49 -06:00
Josh Kearney 7304ed80df Initial commit from fork 2011-01-25 14:01:22 -06:00