We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04f381 commit 93774b4Copy full SHA for 93774b4
setup.cfg
@@ -7,7 +7,6 @@ url = https://github.com/pupil-labs/realtime-python-api
7
author = Pupil Labs GmbH
8
author_email = [email protected]
9
license = MIT
10
-license_file = LICENSE
11
license_files = LICENSE
12
classifiers =
13
Development Status :: 1 - Planning
@@ -32,7 +31,7 @@ install_requires =
32
31
zeroconf
33
importlib-metadata;python_version<"3.8"
34
typing-extensions;python_version<"3.8"
35
-python_requires = >=3.7
+python_requires = >=3.8
36
include_package_data = true
37
package_dir =
38
=src
0 commit comments