setup.py: -Python 3.5 +Python 3.8
This commit is contained in:
parent
259f423408
commit
8749fe81cc
4
setup.py
4
setup.py
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user