Update classification in setup.py

This commit is contained in:
Virgil Dupras 2017-08-03 20:52:34 -04:00
rodič 016b90c1ac
revize 072e28cb1e
1 změnil soubory, kde provedl 3 přidání a 0 odebrání

Zobrazit soubor

@ -9,6 +9,9 @@ CLASSIFIERS = [
'Operating System :: POSIX',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Desktop Environment :: File Managers',
]