mirror of
https://github.com/no2chem/wideq.git
synced 2025-05-19 08:40:25 -07:00
Add a skeleton setup.py
This commit is contained in:
parent
94a1ec8531
commit
789e0f2fcc
20
setup.py
Normal file
20
setup.py
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
from setuptools import setup
|
||||||
|
|
||||||
|
|
||||||
|
setup(
|
||||||
|
name='wideq',
|
||||||
|
version='0.0.0',
|
||||||
|
description='LG SmartThinQ API client',
|
||||||
|
author='Adrian Sampson',
|
||||||
|
author_email='adrian@radbox.org',
|
||||||
|
url='https://github.com/sampsyo/wideq',
|
||||||
|
license='MIT',
|
||||||
|
platforms='ALL',
|
||||||
|
install_requires=['requests'],
|
||||||
|
py_modules=['wideq'],
|
||||||
|
classifiers=[
|
||||||
|
'Intended Audience :: Developers',
|
||||||
|
'License :: OSI Approved :: MIT License',
|
||||||
|
'Programming Language :: Python :: 3',
|
||||||
|
],
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user