Disable skip_git_sdist flag

This flag prevents other files except python module
to be put in the tarball when running command
python setup.py sdist. However when building rpm/deb packages
we need all files to be in the tarball.

Change-Id: I10ac546f2dbc214743c7bef65cb032b8ccbe0182
Closes-Bug: #1604005
This commit is contained in:
Vladimir Kozhukalov 2016-07-20 13:43:29 +03:00
parent 9814ac8d13
commit 6adf6b703c
1 changed files with 0 additions and 3 deletions

View File

@ -33,9 +33,6 @@ fuel_agent.drivers =
[pbr]
autodoc_index_modules = True
# this variable is needed to avoid including files
# from other subprojects in this repository
skip_git_sdist = True
[global]
setup-hooks =