Skip to content

Commit f371bf4

Browse files
committed
fix pypi
1 parent f391385 commit f371bf4

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

blueconnect/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import inflection
1010
from dateutil.parser import isoparse
1111

12+
# pylint:disable=too-many-instance-attributes
1213

1314
def transform_value(value, value_type):
1415
"""Helper method to transform raw api value to correct type."""

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
setup(
1212
name="blueconnect",
1313
version=VERSION,
14-
url="https://github.com/Exampleveldt/python-blueconnect",
15-
download_url="hhttps://github.com/Exampleveldt/python-blueconnect",
16-
author="Example Example",
17-
author_email="example@example.com",
14+
url="https://github.com/marcelveldt/python-blueconnect",
15+
download_url="hhttps://github.com/marcelveldt/python-blueconnect",
16+
author="Marcel van der Veldt",
17+
author_email="m.vanderveldt@outlook.com",
1818
description="Unofficial API client for Blue Riiot/Blue Connect devices.",
1919
long_description=README_FILE.read_text(encoding="utf-8"),
2020
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)