mirror of
https://github.com/hassio-addons/docker-context-streamer.git
synced 2025-05-07 04:11:24 +00:00
Fix setup.py classifiers list
This commit is contained in:
parent
c99be2614b
commit
208a60596e
1 changed files with 4 additions and 4 deletions
8
setup.py
8
setup.py
|
@ -22,12 +22,12 @@ setup(
|
|||
'Development Status :: 3 - Alpha',
|
||||
'Environment :: Console',
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: MIT License'
|
||||
'Programming Language :: Python :: 2'
|
||||
'Programming Language :: Python :: 3'
|
||||
'License :: OSI Approved :: MIT License',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Topic :: Software Development :: Build Tools',
|
||||
'Topic :: System',
|
||||
'Topic :: Utilities',
|
||||
'Topic :: Utilities'
|
||||
],
|
||||
packages=find_packages(),
|
||||
requires=["six"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue