mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 10:17:59 -05:00
[V3 Launcher] add launcher (#1110)
* [V3 Launcher] add launcher * [V3 Launcher] move extras selection to its own function * Add distro to requirements * [V3 Launcher] platform.linux_distribution -> distro.linux_distribution * [V3 Launcher] add methods of setting cli flags to be passed * [V3 Launcher] pass remaining args not known to launcher's argument parser to redbot * [V3 Launcher] handle KeyboardInterrupt in launcher * [V3 Launcher] undo something that would break stuff * [V3 Launcher] remove co-owners from interactive mode redbot cli flag selection * [V3 Launcher] clarify the disable console interaction option
This commit is contained in:
4
setup.py
4
setup.py
@@ -108,7 +108,9 @@ setup(
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'redbot=redbot.__main__:main',
|
||||
'redbot-setup=redbot.setup:basic_setup']
|
||||
'redbot-setup=redbot.setup:basic_setup',
|
||||
'redbot-launcher=redbot.launcher:main'
|
||||
]
|
||||
},
|
||||
python_requires='>=3.5',
|
||||
setup_requires=get_requirements(),
|
||||
|
||||
Reference in New Issue
Block a user