|
7 | 7 |
|
8 | 8 | setup( |
9 | 9 | name="channels_auth_token_middlewares", |
10 | | - version="1.1.0", |
| 10 | + version="1.2.0", |
11 | 11 | description="Django Channels auth token middlewares", |
12 | 12 | long_description=long_description, |
13 | 13 | long_description_content_type="text/markdown", |
|
17 | 17 | "Development Status :: 5 - Production/Stable", |
18 | 18 | "Intended Audience :: Developers", |
19 | 19 | "Topic :: Software Development", |
20 | | - "License :: OSI Approved :: Apache Software License", |
| 20 | + "License-Expression :: Apache-2.0", |
21 | 21 | "Programming Language :: Python", |
22 | 22 | "Programming Language :: Python :: 3", |
23 | | - "Programming Language :: Python :: 3.6", |
24 | 23 | "Programming Language :: Python :: 3.7", |
25 | 24 | "Programming Language :: Python :: 3.8", |
26 | 25 | "Programming Language :: Python :: 3.9", |
27 | 26 | "Programming Language :: Python :: 3.10", |
28 | | - "Programming Language :: Python :: 3.11", |
29 | 27 | "Programming Language :: Python :: 3 :: Only", |
30 | 28 | ], |
31 | 29 | keywords="django channels middleware", |
32 | 30 | packages=find_packages(exclude=["docs*", "tests*", "tutorial*"]), |
33 | | - python_requires=">=3.6", |
34 | | - install_requires=["channels>=3"], |
| 31 | + python_requires=">=3.7", |
| 32 | + install_requires=["channels>=4.0.0", "channels<4.1.0"], |
35 | 33 | ) |
0 commit comments