forked from platypush/platypush
Minimum required Python version bumped (3.5->3.6) and readthedocs Python interpreter upgraded (3.6->3.7).
This commit is contained in:
parent
43ef4bccdf
commit
f54a5cdf87
3 changed files with 4 additions and 4 deletions
4
setup.py
4
setup.py
|
@ -122,7 +122,7 @@ setup(
|
|||
author_email="info@fabiomanganiello.com",
|
||||
description="Platypush service",
|
||||
license="MIT",
|
||||
python_requires='>= 3.5',
|
||||
python_requires='>= 3.6',
|
||||
keywords="home-automation iot mqtt websockets redis dashboard notificaions",
|
||||
url="https://github.com/BlackLight/platypush",
|
||||
packages=find_packages(),
|
||||
|
@ -149,7 +149,7 @@ setup(
|
|||
classifiers=[
|
||||
"Topic :: Utilities",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Development Status :: 3 - Alpha",
|
||||
"Development Status :: 4 - Beta",
|
||||
],
|
||||
install_requires=[
|
||||
'pyyaml',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue