Require python3
This commit is contained in:
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/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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…
Reference in New Issue