mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/terminado: Fix indent spacing
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ae65d173db
commit
88ad29636e
1 changed files with 5 additions and 5 deletions
|
@ -84,11 +84,11 @@ find -L . \
|
|||
cat << EOF > setup.py
|
||||
from setuptools import setup, find_packages
|
||||
setup(name='${PRGNAM}',
|
||||
version='${VERSION}',
|
||||
packages=find_packages(),
|
||||
package_data={'': ['*'], 'terminado': ['_static/*']},
|
||||
install_requires=["ptyprocess;os_name!='nt'", "pywinpty>=1.1.0;os_name=='nt'", "tornado>=6.1.0"],
|
||||
extras_require={'test': ['pytest']},
|
||||
version='${VERSION}',
|
||||
packages=find_packages(),
|
||||
package_data={'': ['*'], 'terminado': ['_static/*']},
|
||||
install_requires=["ptyprocess;os_name!='nt'", "pywinpty>=1.1.0;os_name=='nt'", "tornado>=6.1.0"],
|
||||
extras_require={'test': ['pytest']},
|
||||
)
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Reference in a new issue