mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Merge pull request #6687 from ryanpetrello/unofficial_isolated
make isolated sdist use the correct filename for unofficial builds
This commit is contained in:
commit
7f25fdef91
4
setup.py
4
setup.py
@ -51,6 +51,10 @@ class sdist_isolated(sdist):
|
||||
'recursive-include awx/lib *.py',
|
||||
]
|
||||
|
||||
def __init__(self, dist):
|
||||
sdist.__init__(self, dist)
|
||||
dist.metadata.version += build_timestamp
|
||||
|
||||
def get_file_list(self):
|
||||
self.filelist.process_template_line('include setup.py')
|
||||
for line in self.includes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user