mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
change . to certbot in test_sdists
This commit is contained in:
parent
30dfcaf09d
commit
f671caab7f
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ VERSION=$("$PYTHON_NAME" letsencrypt-auto-source/version.py)
|
|||
tools/pip_install.py pytest
|
||||
|
||||
# build sdists
|
||||
for pkg_dir in acme . $PLUGINS; do
|
||||
for pkg_dir in acme certbot $PLUGINS; do
|
||||
cd $pkg_dir
|
||||
python setup.py clean
|
||||
rm -rf build dist
|
||||
|
|
|
|||
Loading…
Reference in a new issue