mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-08-04 14:49:36 +00:00
Add classifiers to setup.py
This commit is contained in:
parent
cb0040f3d7
commit
c3601a046b
1 changed files with 7 additions and 1 deletions
8
setup.py
8
setup.py
|
|
@ -18,5 +18,11 @@ setuptools.setup(
|
|||
'speedtest=speedtest_cli:main',
|
||||
'speedtest-cli=speedtest_cli:main'
|
||||
]
|
||||
}
|
||||
},
|
||||
classifiers=[
|
||||
'Programming Language :: Python',
|
||||
'Environment :: Console',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Operating System :: OS Independent'
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue