Require python3

master
Sebastian Lohff 5 年之前
父節點 5e3fa977db
當前提交 988551b3aa

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

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

Loading…
取消
儲存