From 988551b3aa8bf5f70eb2fa689951abcf212c7264 Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Sun, 17 Mar 2019 02:36:05 +0100 Subject: [PATCH] Require python3 --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 85bef9e..93a6fc2 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Features: ## Installation ```shell +# python3 based pip is required (check with pip --version) $ pip install git+https://git.someserver.de/seba/fynncom/ ``` diff --git a/setup.py b/setup.py index 6146b89..ed744fa 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup(name='fynncom', author='Sebastian Lohff', author_email='seba@someserver.de', url='https://git.someserver.de/seba/fynncom/', - + python_requires='>=3.5', packages=['fynncom'], install_requires=['click', 'pyyaml'], entry_points={