Merge pull request #429 from ryanpetrello/fix-6810

Fix an issue not populating the version metadata for isolated sdist
This commit is contained in:
Ryan Petrello
2017-09-19 10:44:41 -04:00
committed by GitHub

View File

@@ -52,6 +52,7 @@ else:
class sdist_isolated(sdist):
includes = [
'include VERSION',
'include Makefile',
'include awx/__init__.py',
'include awx/main/expect/run.py',