|
3 | 3 | from setuptools import setup
|
4 | 4 |
|
5 | 5 | setup(
|
6 |
| - name='eternalegypt', |
7 |
| - packages=['eternalegypt'], |
8 |
| - version='0.0.11', |
9 |
| - install_requires=['aiohttp>=3.0.1','attrs'], |
10 |
| - description='Netgear LTE modem API', |
11 |
| - author='Anders Melchiorsen', |
12 |
| - author_email='amelchio@nogoto.net', |
13 |
| - url='https://github.com/amelchio/eternalegypt', |
14 |
| - license='MIT', |
15 |
| - keywords=['netgear,lte,lb1120,lb2120'], |
| 6 | + name="eternalegypt", |
| 7 | + packages=["eternalegypt"], |
| 8 | + version="0.0.12", |
| 9 | + install_requires=["aiohttp>=3.0.1","attrs"], |
| 10 | + description="Netgear LTE modem API", |
| 11 | + author="Anders Melchiorsen", |
| 12 | + author_email="amelchio@nogoto.net", |
| 13 | + url="https://github.com/amelchio/eternalegypt", |
| 14 | + license="MIT", |
| 15 | + keywords=["netgear,lte,lb1120,lb2120"], |
16 | 16 | classifiers=[
|
17 | 17 | "License :: OSI Approved :: MIT License",
|
18 | 18 | "Intended Audience :: Developers",
|
|
0 commit comments