Skip to content

Commit 366be2d

Browse files
committed
Version 0.0.12
1 parent 350e3dc commit 366be2d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

setup.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
from setuptools import setup
44

55
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"],
1616
classifiers=[
1717
"License :: OSI Approved :: MIT License",
1818
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)