Update the supported Python versions
This commit is contained in:
parent
c1646f17c5
commit
7edb400c55
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -111,9 +111,9 @@ setup(name="poezio",
|
|||
'License :: OSI Approved :: zlib/libpng License',
|
||||
'Natural Language :: English',
|
||||
'Operating System :: Unix',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3 :: Only'],
|
||||
keywords=['jabber', 'xmpp', 'client', 'chat', 'im', 'console'],
|
||||
packages=['poezio', 'poezio.core', 'poezio.tabs', 'poezio.windows',
|
||||
|
|
Loading…
Reference in a new issue