From 7f5b6cbf9de822c2da9da793a146e4a7c0ff7bce Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 9 Apr 2018 01:29:37 +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 9778614..9d9c03a 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,8 @@ from setuptools import setup -setup(name = "m_lib.full", +setup( + name = "m_lib.full", version = "1.0.1", description = "m_lib full meta-package", long_description = "Broytman Library for Python, Copyright (C) 1996-2018 PhiloSoft Design", -- 2.39.2