Fix an issue not populating the version metadata for isolated sdist

see: https://github.com/ansible/ansible-tower/issues/6810
This commit is contained in:
Ryan Petrello 2017-09-19 10:25:21 -04:00
parent 50d6981695
commit 1af9c43b5b
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

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',