From cc60c53aeac85a40c127527aec22a5fbcb44bdbc Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 9 Apr 2018 01:29:33 +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 8341346..6422675 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,8 @@ from setuptools import setup -setup(name = "m_lib.defenc", +setup( + name = "m_lib.defenc", version = "1.0.0", description = "Get default encoding", long_description = "Get default encoding. A part of Broytman Library for Python, Copyright (C) 1996-2018 PhiloSoft Design", -- 2.39.2