This commit is contained in:
Sergey Zhemoytel 2024-09-23 13:10:36 +00:00
parent c086ecc0b1
commit ca5001434f

View file

@ -1,14 +1,15 @@
diff --git a/setup.py.orig b/setup.py diff --git a/setup.py.orig b/setup.py
index ae0aaa6..f286273 100644 index 7ea3a5e..c4f452c 100644
--- a/setup.py.orig --- a/setup.py.orig
+++ b/setup.py +++ b/setup.py
@@ -32,7 +32,27 @@ else: @@ -32,8 +32,28 @@ else:
# Static values are declared in pyproject.toml. # Static values are declared in pyproject.toml.
setuptools.setup( setuptools.setup(
+ name='websockets', + name='websockets',
version=version, version=version,
long_description=long_description, long_description=long_description,
long_description_content_type="text/x-rst",
ext_modules=ext_modules, ext_modules=ext_modules,
+ url='https://github.com/python-websockets/websockets', + url='https://github.com/python-websockets/websockets',
+ author='Aymeric Augustin', + author='Aymeric Augustin',