test
This commit is contained in:
parent
44ddeaa867
commit
da3155795a
4
setup.py
4
setup.py
@ -5,14 +5,14 @@ with open("README.md", "r") as fh:
|
||||
|
||||
setuptools.setup(
|
||||
name="pyutils",
|
||||
version="2.0",
|
||||
version="2.1",
|
||||
author="Josue Gomez",
|
||||
author_email="jgomez@binkfe.com",
|
||||
description="A package of utilities for python",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://git.binkfe.com/jesrat/pyutils",
|
||||
packages=setuptools.find_packages(),
|
||||
packages=['pyutils'],
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user