From 5b72255fa7a7eaaf51a599fc35502c5f97457921 Mon Sep 17 00:00:00 2001 From: Josue Gomez Date: Tue, 14 May 2019 19:00:16 -0600 Subject: [PATCH] rename pkg --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2f21448..d299112 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ with open("README.md", "r") as fh: long_description = fh.read() setuptools.setup( - name="pyutils", + name="pyutl", version="2.1", author="Josue Gomez", author_email="jgomez@binkfe.com", @@ -12,7 +12,7 @@ setuptools.setup( long_description=long_description, long_description_content_type="text/markdown", url="https://git.binkfe.com/jesrat/pyutils", - packages=['pyutils'], + packages=['pyutl'], classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",