|
24 | 24 | author_email="mehaase@gmail.com",
|
25 | 25 | classifiers=[
|
26 | 26 | # See https://pypi.org/classifiers/
|
27 |
| -<<<<<<< HEAD |
28 | 27 | "Development Status :: 3 - Alpha",
|
29 | 28 | "Intended Audience :: Developers",
|
30 | 29 | "Topic :: Software Development :: Libraries",
|
|
36 | 35 | "Programming Language :: Python :: 3.12",
|
37 | 36 | "Programming Language :: Python :: Implementation :: CPython",
|
38 | 37 | "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", |
65 | 39 | ],
|
66 | 40 | python_requires=">=3.8",
|
67 |
| -<<<<<<< HEAD |
68 | 41 | keywords="websocket client server trio",
|
69 | 42 | 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']), |
76 | 43 | package_data={"trio-websocket": ["py.typed"]},
|
77 |
| ->>>>>>> root/master |
78 | 44 | install_requires=[
|
79 | 45 | 'exceptiongroup; python_version<"3.11"',
|
80 | 46 | "trio>=0.11",
|
|
0 commit comments