Include CLI plugins in setup.py
Fixes: https://pagure.io/koji/issue/1221
This commit is contained in:
parent
4f45ccee17
commit
0ff18ab08a
2 changed files with 4 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -112,7 +112,7 @@ pypi:
|
|||
rm -rf dist
|
||||
python setup.py sdist
|
||||
# py2
|
||||
virtualenv build_py2
|
||||
virtualenv -p /usr/bin/python2 build_py2
|
||||
build_py2/bin/pip install --upgrade pip setuptools wheel virtualenv
|
||||
build_py2/bin/python setup.py bdist_wheel
|
||||
rm -rf build_py2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue