From 273947681d700dc3ff3a0bbdfad58ca173f1426e Mon Sep 17 00:00:00 2001 From: Daniel Leicht Date: Wed, 17 Jun 2020 17:29:53 +0300 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0240b6b..ef424fe 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = fh.read() setuptools.setup( - name="pylogix", + name="pylogix2", version="0.5.2", author="Daniel Leicht", author_email="daniel.leicht@gmail.com", @@ -12,7 +12,7 @@ long_description=long_description, long_description_content_type="text/markdown", license="Apache License 2.0", - url="https://github.com/daniel-leicht/pylogix", + url="https://github.com/daniel-leicht/pylogix2", packages=setuptools.find_packages(), classifiers=[ "Programming Language :: Python :: 2.7",