1
0
mirror of https://github.com/certbot/certbot.git synced 2025-08-05 05:41:11 +03:00

Advertise our packages work on Python 3.7. (#6183)

This commit is contained in:
Brad Warren
2018-07-09 09:17:03 -07:00
committed by GitHub
parent cdf93de338
commit 43f2bfd6f1
17 changed files with 17 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Security',
'Topic :: System :: Installation/Setup',