rename pkg

This commit is contained in:
Josue Gomez 2019-05-14 19:00:16 -06:00
parent 149119966d
commit 5b72255fa7

View File

@ -4,7 +4,7 @@ with open("README.md", "r") as fh:
long_description = fh.read() long_description = fh.read()
setuptools.setup( setuptools.setup(
name="pyutils", name="pyutl",
version="2.1", version="2.1",
author="Josue Gomez", author="Josue Gomez",
author_email="jgomez@binkfe.com", author_email="jgomez@binkfe.com",
@ -12,7 +12,7 @@ setuptools.setup(
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
url="https://git.binkfe.com/jesrat/pyutils", url="https://git.binkfe.com/jesrat/pyutils",
packages=['pyutils'], packages=['pyutl'],
classifiers=[ classifiers=[
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",