diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-06-04 01:07:34 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-11 08:59:07 +0700 |
commit | 88ad29636e58bc0290061f4d62f4fc92b2daf3f7 (patch) | |
tree | eb71cbff3b0d2ffb5253530851e8cebbce9887d1 /python/terminado/terminado.SlackBuild | |
parent | ae65d173dbc35207cb71d365d608bb1a367a9c39 (diff) | |
download | slackbuilds-88ad29636e58bc0290061f4d62f4fc92b2daf3f7.tar.gz |
python/terminado: Fix indent spacing
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/terminado/terminado.SlackBuild')
-rw-r--r-- | python/terminado/terminado.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/python/terminado/terminado.SlackBuild b/python/terminado/terminado.SlackBuild index a9b355606d..37eacb5f5a 100644 --- a/python/terminado/terminado.SlackBuild +++ b/python/terminado/terminado.SlackBuild @@ -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 |