Skip to content

Commit

Permalink
Align pbr config data with the spec file
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Dobrelya <[email protected]>
  • Loading branch information
bogdando committed Aug 18, 2017
1 parent 48edf17 commit 668d028
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,27 @@ data_files =
scale.yml
reset.yml
extra_playbooks/upgrade-only-k8s.yml
/usr/local/share/kubespray/roles = roles/*
doc_files =
README.md
inventory/inventory.example
config_files =
/etc/kubespray/ =
ansible.cfg
/etc/kubespray/inventory/ =
inventory/group_vars/all.yml
inventory/group_vars/k8s-cluster.yml
/etc/kubespray/ =
ansible.cfg
/usr/local/share/kubespray/roles = roles/*

[wheel]
universal = 1

[pbr]
skip_authors = True
skip_changelog = True

[bdist_rpm]
group = "System Environment/Libraries"
requires =
ansible
python-jinja2
python-netaddr

0 comments on commit 668d028

Please sign in to comment.