This website requires JavaScript.
Explore
Get Started
x
/
packstack
Code
Issues
Proposed changes
Files
9d3df637902ec402e405c7e8586b5b0debabc987
Branches
Tags
View all branches
packstack
/
setup.py
6 lines
84 B
Python
Raw
Normal View
History
Unescape
Escape
Use PBR Refactor setup.py using Python Build Reasonableness[1] as a standard for OpenStack projects. [1] http://docs.openstack.org/developer/pbr/ Closes-Bug: #1559150 Change-Id: Ie3b3845f11236f5338228690418760599914cce4
2016-03-22 19:25:43 +01:00
import
setuptools
Use openstack-puppet-modules This patch is getting rid of all internal Puppet modules. Also facts have been moved to Packstack module where all future facts should be located. setup.py is enhanced so that all modules are cloned/copied to correct place in case user is installing from source. Change-Id: I3757767881a0e2ef1a3c6a1f6ce62cb3239f96e7
2014-02-11 11:13:26 +01:00
Use PBR Refactor setup.py using Python Build Reasonableness[1] as a standard for OpenStack projects. [1] http://docs.openstack.org/developer/pbr/ Closes-Bug: #1559150 Change-Id: Ie3b3845f11236f5338228690418760599914cce4
2016-03-22 19:25:43 +01:00
setuptools
.
setup
(
setup_requires
=
[
'
pbr>=1.8
'
]
,
pbr
=
True
)
Copy Permalink