mirror of https://github.com/docker/docs.git
Merge pull request #2257 from mnowster/2226-additional-classifiers
Include additional classifiers
This commit is contained in:
commit
a4b002a76e
6
setup.py
6
setup.py
|
@ -67,7 +67,13 @@ setup(
|
||||||
docker-compose=compose.cli.main:main
|
docker-compose=compose.cli.main:main
|
||||||
""",
|
""",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
'Development Status :: 5 - Production/Stable',
|
||||||
|
'Environment :: Console',
|
||||||
|
'Intended Audience :: Developers',
|
||||||
|
'License :: OSI Approved :: Apache Software License',
|
||||||
|
'Programming Language :: Python :: 2',
|
||||||
'Programming Language :: Python :: 2.7',
|
'Programming Language :: Python :: 2.7',
|
||||||
|
'Programming Language :: Python :: 3',
|
||||||
'Programming Language :: Python :: 3.4',
|
'Programming Language :: Python :: 3.4',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue