From: Oleg Broytman Date: Sun, 8 Apr 2018 22:29:28 +0000 (+0300) Subject: Style(setup.py): Reindent parameters X-Git-Url: https://git.phdru.name/?p=m_lib.git;a=commitdiff_plain;h=883ba671745742a0f77147ca5e5996101972c82e Style(setup.py): Reindent parameters --- diff --git a/setup.py b/setup.py index 7f5d675..836b296 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,8 @@ from setuptools import setup -setup(name = "m_lib", +setup( + name = "m_lib", version = "3.1.0", description = "Broytman Library for Python", long_description = "Broytman Library for Python, Copyright (C) 1996-2018 PhiloSoft Design",