From 1c7061a6076f9510c27933551fff3664319a35cd Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 11 Nov 2017 10:00:08 +0100 Subject: Refactor: reformat setup.py --- setup.py | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/setup.py b/setup.py index 00aabe7..fbb444b 100644 --- a/setup.py +++ b/setup.py @@ -19,14 +19,15 @@ from distutils.core import setup import ttystatus -setup(name='ttystatus', - version=ttystatus.__version__, - description='terminal progress bar and status output for command line', - long_description='''\ +setup( + name='ttystatus', + version=ttystatus.__version__, + description='terminal progress bar and status output for command line', + long_description='''\ The ttystatus Python library provides a simple widget-based way to show progress and current status in command line programs. ''', - classifiers=[ + classifiers=[ 'Development Status :: 3 - Alpha', 'Environment :: Console', 'Intended Audience :: Developers', @@ -35,9 +36,9 @@ progress and current status in command line programs. 'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: User Interfaces', 'Topic :: Terminals', - ], - author='Lars Wirzenius', - author_email='liw@liw.fi', - url='http://liw.fi/ttystatus/', - packages=['ttystatus'], - ) + ], + author='Lars Wirzenius', + author_email='liw@liw.fi', + url='http://liw.fi/ttystatus/', + packages=['ttystatus'], +) -- cgit v1.2.1