File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 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
88author = Ian Stapleton Cordasco
99author_email = graffatcolmingov@gmail.com
1010license = Apache 2.0
11- license_file = LICENSE
11+ license_files = LICENSE
1212classifiers =
1313 Development Status :: 5 - Production/Stable
1414 Intended Audience :: Developers
@@ -17,7 +17,6 @@ classifiers =
1717 Programming Language :: Python
1818 Programming Language :: Python :: 3
1919 Programming Language :: Python :: 3 :: Only
20- Programming Language :: Python :: 3.7
2120 Programming Language :: Python :: 3.8
2221 Programming Language :: Python :: 3.9
2322 Programming Language :: Python :: 3.10
@@ -28,7 +27,7 @@ project_urls =
2827
2928[options]
3029packages = find:
31- python_requires = >=3.7
30+ python_requires = >=3.8
3231include_package_data = True
3332package_dir = =src
3433
You can’t perform that action at this time.
0 commit comments