mirror of
https://github.com/beetbox/beets.git
synced 2025-12-26 10:34:09 +01:00
Add Python 3 trove classifiers
This commit is contained in:
parent
faf2b9feb3
commit
88f59e64ea
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
|
@ -135,5 +135,8 @@ setup(
|
|||
'Environment :: Web Environment',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue