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

index 97786145b2ac89929877b5ee9149173370bf9136..9d9c03a8ffddd5719b579bcc31343138a407ca7d 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,8 @@
 
 from setuptools import setup
 
 
 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",
     version = "1.0.1",
     description = "m_lib full meta-package",
     long_description = "Broytman Library for Python, Copyright (C) 1996-2018 PhiloSoft Design",