diff options
author | David Lord <davidism@gmail.com> | 2020-03-06 14:38:03 -0800 |
---|---|---|
committer | David Lord <davidism@gmail.com> | 2020-03-06 14:38:03 -0800 |
commit | 5f75f9ec38ccf2ddac4e6b92cc07fec6d9b1b7e0 (patch) | |
tree | aa8b7c6a539db2615e659ae81fa42af7527a78ea /examples/inout/setup.py | |
parent | 93ba3ba112d2f8ba7bdd8b231e510f74dd0b037e (diff) | |
download | click-5f75f9ec38ccf2ddac4e6b92cc07fec6d9b1b7e0.tar.gz |
apply flake8
Diffstat (limited to 'examples/inout/setup.py')
-rw-r--r-- | examples/inout/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/inout/setup.py b/examples/inout/setup.py index 2f4e5a3..ff673e3 100644 --- a/examples/inout/setup.py +++ b/examples/inout/setup.py @@ -5,7 +5,7 @@ setup( version="0.1", py_modules=["inout"], include_package_data=True, - install_requires=["click",], + install_requires=["click"], entry_points=""" [console_scripts] inout=inout:cli |