mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Add trove classifier to declare supported python versions.
Signed-off-by: Nicolas Delaby <nicolas.delaby@lock8.me>
This commit is contained in:
parent
ae3c66baed
commit
37921b40dd
4
setup.py
4
setup.py
@ -66,4 +66,8 @@ setup(
|
||||
[console_scripts]
|
||||
docker-compose=compose.cli.main:main
|
||||
""",
|
||||
classifiers=[
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user