Skip to content

Commit d49fcb7

Browse files
committed
Migrate to pbr.
Fixes bug 1179007 Change-Id: Ief74b121dcad28bb1c2b6044ef72e0cbd51e8f65
1 parent 967d929 commit d49fcb7

7 files changed

Lines changed: 221 additions & 611 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ build
1616
ChangeLog
1717
dist
1818
doc/build
19-
openstackclient/versioninfo

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
include AUTHORS
22
include ChangeLog
33
include LICENSE
4-
include openstackclient/versioninfo
54
include README.rst
65

76
recursive-include doc *

openstack-common.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22

33
# The list of modules to copy from openstack-common
4-
modules=cfg,iniparser,install_venv_common,openstackkeyring,setup
4+
modules=cfg,iniparser,install_venv_common,openstackkeyring
55

66
# The base module to hold the copy of openstack.common
77
base=openstackclient

openstackclient/openstack/common/setup.py

Lines changed: 0 additions & 335 deletions
This file was deleted.

0 commit comments

Comments
 (0)