mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-19 23:33:37 -05:00
Fix version when installing from sdist
When installing an sdist, setup.py is invoked on the machine you're installing on. We extract the version from a git tag, but the repo is not included in the sdist. The git describe --long command will silently fail and cause the installed package to report version 0.0.0.0.
This commit is contained in:
@@ -22,6 +22,7 @@ include tools/scripts/failure-event-handler
|
||||
include tools/scripts/tower-python
|
||||
include awx/playbooks/library/mkfifo.py
|
||||
include tools/sosreport/*
|
||||
include VERSION
|
||||
include COPYING
|
||||
include Makefile
|
||||
prune awx/public
|
||||
|
||||
Reference in New Issue
Block a user