mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-06-19 02:47:55 +00:00
Fix setup.py
This commit is contained in:
parent
c4ce046b96
commit
0256ae4216
4
setup.py
4
setup.py
@ -24,7 +24,7 @@ setup(
|
|||||||
},
|
},
|
||||||
python_requires='>=3.6.1',
|
python_requires='>=3.6.1',
|
||||||
platforms='any',
|
platforms='any',
|
||||||
classifiers=(
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
'Framework :: Robot Framework',
|
'Framework :: Robot Framework',
|
||||||
'Framework :: Robot Framework :: Library',
|
'Framework :: Robot Framework :: Library',
|
||||||
@ -34,5 +34,5 @@ setup(
|
|||||||
'Programming Language :: Python :: 3 :: Only',
|
'Programming Language :: Python :: 3 :: Only',
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
'Programming Language :: Python :: 3.7',
|
'Programming Language :: Python :: 3.7',
|
||||||
),
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user