Require python3

This commit is contained in:
Sebastian Lohff 2019-03-17 02:36:05 +01:00
parent 5e3fa977db
commit 988551b3aa
2 changed files with 2 additions and 1 deletions

View File

@ -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/
```

View File

@ -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={