mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/testpath: Fix indent spacing
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
88ad29636e
commit
2d8322a364
1 changed files with 3 additions and 3 deletions
|
@ -84,9 +84,9 @@ find -L . \
|
|||
cat << EOF > setup.py
|
||||
from distutils.core import setup
|
||||
setup(name='${PRGNAM}',
|
||||
version='${VERSION}',
|
||||
packages=['${PRGNAM}'],
|
||||
package_data={'': ['*']})
|
||||
version='${VERSION}',
|
||||
packages=['${PRGNAM}'],
|
||||
package_data={'': ['*']})
|
||||
EOF
|
||||
|
||||
# With the shim, it's a good idea to use "unshare -n" to prevent downloading
|
||||
|
|
Loading…
Reference in a new issue