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

index 8341346eda6a1f354485f2b95abdc0a3158353d0..64226750865379b3691541575cbf524e194718db 100755 (executable)
--- 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",