devstack-gate/MANIFEST.in
Bhuvan Arumugam 393e275644 Generate AUTHORS and ChangeLog for devstack-gate.
Bug: 1027344

Inline with changes in other projects, generate AUTHORS
and ChangeLog to include in release package.

* .gitignore
  Ignore these 2 files.

* MANIFEST.in
  Include them in the package.

* setup.py
  Command class to generate these files, from openstack.common.

* devstackgate/openstack/common/setup.py
  Import from openstack.common project.

* openstack-common.conf
  Configuration file to sync changes using the update script.

Change-Id: Ia08d70600e012be7759a03f3afe21aa09b804262
2012-07-20 21:37:21 -07:00

10 lines
171 B
Plaintext

include AUTHORS
include ChangeLog
include README.md
include setup.cfg
include setup.py
include tox.ini
graft tests
graft tools
global-exclude *.pyc *.sdx *.log *.db *.swp