From: Oleg Broytman Date: Sun, 8 Apr 2018 22:29:37 +0000 (+0300) Subject: Style(setup.py): Reindent parameters X-Git-Url: https://git.phdru.name/?p=m_lib.full.git;a=commitdiff_plain;h=7f5b6cbf9de822c2da9da793a146e4a7c0ff7bce Style(setup.py): Reindent parameters --- 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",