From 883ba671745742a0f77147ca5e5996101972c82e Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 9 Apr 2018 01:29:28 +0300 Subject: [PATCH] Style(setup.py): Reindent parameters --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", -- 2.39.2