setup.py: -Python 3.5 +Python 3.8

This commit is contained in:
enkore 2020-09-06 18:39:50 +02:00 committed by GitHub
parent 259f423408
commit 8749fe81cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,12 +12,12 @@ setup(name="i3pystatus",
"Environment :: X11 Applications",
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Desktop Environment :: Window Managers",
],
python_requires='>=3.5',
python_requires='>=3.6',
packages=find_packages(include=['i3pystatus', 'i3pystatus.*']),
entry_points={
"console_scripts": [