Require python3

master
Sebastian Lohff 5 years ago
parent 5e3fa977db
commit 988551b3aa

@ -10,6 +10,7 @@ Features:
## Installation ## Installation
```shell ```shell
# python3 based pip is required (check with pip --version)
$ pip install git+https://git.someserver.de/seba/fynncom/ $ pip install git+https://git.someserver.de/seba/fynncom/
``` ```

@ -8,7 +8,7 @@ setup(name='fynncom',
author='Sebastian Lohff', author='Sebastian Lohff',
author_email='seba@someserver.de', author_email='seba@someserver.de',
url='https://git.someserver.de/seba/fynncom/', url='https://git.someserver.de/seba/fynncom/',
python_requires='>=3.5',
packages=['fynncom'], packages=['fynncom'],
install_requires=['click', 'pyyaml'], install_requires=['click', 'pyyaml'],
entry_points={ entry_points={

Loading…
Cancel
Save