Rename extras

This commit is contained in:
Richard Chien 2018-09-05 09:14:14 +08:00
parent 3cc59b072c
commit ef4c67c428

View File

@ -16,7 +16,7 @@ setup(
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
install_requires=['aiocqhttp>=0.6', 'aiocache>=0.10'], install_requires=['aiocqhttp>=0.6', 'aiocache>=0.10'],
extras_require={ extras_require={
'Scheduler': ['apscheduler>=1.2'], 'scheduler': ['apscheduler>=1.2'],
}, },
python_requires='>=3.6', python_requires='>=3.6',
platforms='any', platforms='any',