mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Add classifiers for Python 3.7 and 3.8
This commit is contained in:
parent
be59ba5ab4
commit
399274286e
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -89,6 +89,8 @@ setup(
|
|||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Topic :: Internet',
|
||||
'Topic :: Utilities',
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue