From 6adf6b703c484944533bd912f843b283f45e6723 Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Wed, 20 Jul 2016 13:43:29 +0300 Subject: [PATCH] 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 --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index c42c7022..f91ec71e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 =