Skip to content

Commit 4ec83e3

Browse files
committed
Fix merge issue
1 parent 1806fa8 commit 4ec83e3

File tree

1 file changed

+1
-35
lines changed

1 file changed

+1
-35
lines changed

setup.py

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
author_email="mehaase@gmail.com",
2525
classifiers=[
2626
# See https://pypi.org/classifiers/
27-
<<<<<<< HEAD
2827
"Development Status :: 3 - Alpha",
2928
"Intended Audience :: Developers",
3029
"Topic :: Software Development :: Libraries",
@@ -36,45 +35,12 @@
3635
"Programming Language :: Python :: 3.12",
3736
"Programming Language :: Python :: Implementation :: CPython",
3837
"Programming Language :: Python :: Implementation :: PyPy",
39-
||||||| e7706f4
40-
'Development Status :: 3 - Alpha',
41-
'Intended Audience :: Developers',
42-
'Topic :: Software Development :: Libraries',
43-
'License :: OSI Approved :: MIT License',
44-
'Programming Language :: Python :: 3.8',
45-
'Programming Language :: Python :: 3.9',
46-
'Programming Language :: Python :: 3.10',
47-
'Programming Language :: Python :: 3.11',
48-
'Programming Language :: Python :: 3.12',
49-
'Programming Language :: Python :: Implementation :: CPython',
50-
'Programming Language :: Python :: Implementation :: PyPy',
51-
=======
52-
'Development Status :: 3 - Alpha',
53-
'Intended Audience :: Developers',
54-
'Topic :: Software Development :: Libraries',
55-
'License :: OSI Approved :: MIT License',
56-
'Programming Language :: Python :: 3.8',
57-
'Programming Language :: Python :: 3.9',
58-
'Programming Language :: Python :: 3.10',
59-
'Programming Language :: Python :: 3.11',
60-
'Programming Language :: Python :: 3.12',
61-
'Programming Language :: Python :: Implementation :: CPython',
62-
'Programming Language :: Python :: Implementation :: PyPy',
63-
'Typing :: Typed',
64-
>>>>>>> root/master
38+
"Typing :: Typed",
6539
],
6640
python_requires=">=3.8",
67-
<<<<<<< HEAD
6841
keywords="websocket client server trio",
6942
packages=find_packages(exclude=["docs", "examples", "tests"]),
70-
||||||| e7706f4
71-
keywords='websocket client server trio',
72-
packages=find_packages(exclude=['docs', 'examples', 'tests']),
73-
=======
74-
keywords='websocket client server trio',
75-
packages=find_packages(exclude=['docs', 'examples', 'tests']),
7643
package_data={"trio-websocket": ["py.typed"]},
77-
>>>>>>> root/master
7844
install_requires=[
7945
'exceptiongroup; python_version<"3.11"',
8046
"trio>=0.11",

0 commit comments

Comments
 (0)