File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ url = http://rfc3986.readthedocs.io
8
8
author = Ian Stapleton Cordasco
9
9
10
10
license = Apache 2.0
11
- license_file = LICENSE
11
+ license_files = LICENSE
12
12
classifiers =
13
13
Development Status :: 5 - Production/Stable
14
14
Intended Audience :: Developers
@@ -17,7 +17,6 @@ classifiers =
17
17
Programming Language :: Python
18
18
Programming Language :: Python :: 3
19
19
Programming Language :: Python :: 3 :: Only
20
- Programming Language :: Python :: 3.7
21
20
Programming Language :: Python :: 3.8
22
21
Programming Language :: Python :: 3.9
23
22
Programming Language :: Python :: 3.10
@@ -28,7 +27,7 @@ project_urls =
28
27
29
28
[options]
30
29
packages = find:
31
- python_requires = >=3.7
30
+ python_requires = >=3.8
32
31
include_package_data = True
33
32
package_dir = =src
34
33
You can’t perform that action at this time.
0 commit comments