mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 00:31:14 +00:00
Rename package to "nonebot"
This commit is contained in:
14
setup.py
14
setup.py
@ -4,24 +4,24 @@ with open('README.md', 'r', encoding='utf-8') as f:
|
||||
long_description = f.read()
|
||||
|
||||
setup(
|
||||
name='none-bot',
|
||||
version='0.5.3',
|
||||
packages=find_packages(include=('none', 'none.*')),
|
||||
url='https://github.com/richardchien/none-bot',
|
||||
name='nonebot',
|
||||
version='1.0.0',
|
||||
packages=find_packages(include=('nonebot', 'nonebot.*')),
|
||||
url='https://github.com/richardchien/nonebot',
|
||||
license='MIT License',
|
||||
author='Richard Chien',
|
||||
author_email='richardchienthebest@gmail.com',
|
||||
description='An asynchronous QQ bot framework based on CoolQ.',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
install_requires=['aiocqhttp>=0.6.5', 'aiocache>=0.10'],
|
||||
install_requires=['aiocqhttp>=0.6.7', 'aiocache>=0.10'],
|
||||
extras_require={
|
||||
'scheduler': ['apscheduler>=1.2'],
|
||||
},
|
||||
python_requires='>=3.6',
|
||||
python_requires='>=3.6.1',
|
||||
platforms='any',
|
||||
classifiers=(
|
||||
'Development Status :: 4 - Beta',
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Framework :: Robot Framework',
|
||||
'Framework :: Robot Framework :: Library',
|
||||
'License :: OSI Approved :: MIT License',
|
||||
|
Reference in New Issue
Block a user