mirror of
https://github.com/sprockets/sprockets.mixins.metrics.git
synced 2025-04-05 01:19:13 -09:00
Add Python 3.6 and 3.7 support to package
This commit is contained in:
parent
6627f03547
commit
2f4121d91a
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -50,6 +50,8 @@ setuptools.setup(
|
|||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: Implementation :: CPython',
|
||||
'Programming Language :: Python :: Implementation :: PyPy',
|
||||
'Topic :: Internet :: WWW/HTTP',
|
||||
|
|
Loading…
Add table
Reference in a new issue