mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-01-08 22:07:06 +00:00
Python < 3.5 cleanups (#180)
* tox: remove Python < 3.5 config * deps: drop typing, included in Python 3.5+
This commit is contained in:
parent
c9280c70c0
commit
752b24c4ec
2
setup.py
2
setup.py
@ -8,7 +8,7 @@ setup(name='pyHS100',
|
|||||||
author_email='sean@gadgetreactor.com',
|
author_email='sean@gadgetreactor.com',
|
||||||
license='GPLv3',
|
license='GPLv3',
|
||||||
packages=['pyHS100'],
|
packages=['pyHS100'],
|
||||||
install_requires=['click', 'typing', 'deprecation'],
|
install_requires=['click', 'deprecation'],
|
||||||
python_requires='>=3.5',
|
python_requires='>=3.5',
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
Loading…
Reference in New Issue
Block a user