diff --git a/setup.py b/setup.py index 75492179b..7c59f5645 100755 --- a/setup.py +++ b/setup.py @@ -244,7 +244,8 @@ def get_winver(): # extra_compile_args=["/W 4"], # extra_link_args=["/DEBUG"], # fmt: off - **py_limited_api # python 2.7 compatibility requires no comma + # python 2.7 compatibility requires no comma + **py_limited_api # fmt: on ) @@ -265,7 +266,8 @@ def get_winver(): 'IOKit', ], # fmt: off - **py_limited_api # python 2.7 compatibility requires no comma + # python 2.7 compatibility requires no comma + **py_limited_api # fmt: on ) @@ -282,7 +284,8 @@ def get_winver(): define_macros=macros, libraries=["devstat"], # fmt: off - **py_limited_api # python 2.7 compatibility requires no comma + # python 2.7 compatibility requires no comma + **py_limited_api # fmt: on ) @@ -299,7 +302,8 @@ def get_winver(): define_macros=macros, libraries=["kvm"], # fmt: off - **py_limited_api # python 2.7 compatibility requires no comma + # python 2.7 compatibility requires no comma + **py_limited_api # fmt: on ) @@ -316,7 +320,8 @@ def get_winver(): define_macros=macros, libraries=["kvm"], # fmt: off - **py_limited_api # python 2.7 compatibility requires no comma + # python 2.7 compatibility requires no comma + **py_limited_api # fmt: on ) @@ -335,7 +340,8 @@ def get_winver(): ), define_macros=macros, # fmt: off - **py_limited_api # python 2.7 compatibility requires no comma + # python 2.7 compatibility requires no comma + **py_limited_api # fmt: on ) @@ -352,7 +358,8 @@ def get_winver(): define_macros=macros, libraries=['kstat', 'nsl', 'socket'], # fmt: off - **py_limited_api # python 2.7 compatibility requires no comma + # python 2.7 compatibility requires no comma + **py_limited_api # fmt: on ) @@ -370,7 +377,8 @@ def get_winver(): libraries=['perfstat'], define_macros=macros, # fmt: off - **py_limited_api # python 2.7 compatibility requires no comma + # python 2.7 compatibility requires no comma + **py_limited_api # fmt: on ) @@ -384,7 +392,8 @@ def get_winver(): define_macros=macros, sources=sources, # fmt: off - **py_limited_api # python 2.7 compatibility requires no comma + # python 2.7 compatibility requires no comma + **py_limited_api # fmt: on ) if SUNOS: