]> git.phdru.name Git - m_lib.git/commitdiff
Style(setup.py): Reindent parameters
authorOleg Broytman <phd@phdru.name>
Sun, 8 Apr 2018 22:29:28 +0000 (01:29 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 8 Apr 2018 22:29:28 +0000 (01:29 +0300)
setup.py

index 7f5d675ad7e9be4db84576ccccdda62c5b9b2d4b..836b2966d31ea6f8e0efef762cbd862fb8036ddb 100755 (executable)
--- 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",