mirror of
https://abf.rosa.ru/djam/python-websockets.git
synced 2025-02-23 05:02:45 +00:00
13.1
This commit is contained in:
parent
c086ecc0b1
commit
ca5001434f
1 changed files with 14 additions and 13 deletions
|
@ -1,14 +1,15 @@
|
|||
diff --git a/setup.py.orig b/setup.py
|
||||
index ae0aaa6..f286273 100644
|
||||
index 7ea3a5e..c4f452c 100644
|
||||
--- a/setup.py.orig
|
||||
+++ b/setup.py
|
||||
@@ -32,7 +32,27 @@ else:
|
||||
@@ -32,8 +32,28 @@ else:
|
||||
|
||||
# Static values are declared in pyproject.toml.
|
||||
setuptools.setup(
|
||||
+ name='websockets',
|
||||
version=version,
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/x-rst",
|
||||
ext_modules=ext_modules,
|
||||
+ url='https://github.com/python-websockets/websockets',
|
||||
+ author='Aymeric Augustin',
|
||||
|
|
Loading…
Add table
Reference in a new issue