Updated setup file

This commit is contained in:
Manuel Cortez 2022-04-08 15:19:15 -05:00
parent 178163420a
commit 4a682adc1f
No known key found for this signature in database
GPG Key ID: 9E0735CA15EFE790

View File

@ -1,3 +1,3 @@
from setuptools import setup from setuptools import setup
setup(name="enetcomponents", version="0.1.0", author="Manuel cortez", author_email="manuel@manuelcortez.net", url="https://code.manuelcortez.net/manuelcortez/enet-client-server", packages=["enetcomponents"], long_description=open("README.md", "r").read(), description="Enet components to make client-server communication a bit easier.", install_requires=["pyenet"]) setup(name="enetcomponents", version="0.1.1", author="Manuel cortez", author_email="manuel@manuelcortez.net", url="https://code.manuelcortez.net/manuelcortez/enet-client-server", packages=["enetcomponents"], long_description=open("README.md", "r").read(), description="Enet components to make client-server communication a bit easier.", install_requires=["pyenet"])