35 lines
1.3 KiB
INI
35 lines
1.3 KiB
INI
[metadata]
|
|
name = SpiceBot
|
|
version = 0.1.0
|
|
description = A Niche Wrapper around Sopel
|
|
author = deathbybandaid
|
|
author_email = sam@deathbybandaid.net
|
|
url = https://git.deathbybandaid.net/deathbybandaid/SpiceBot.git
|
|
license = Eiffel Forum License, version 2
|
|
classifiers =
|
|
Intended Audience :: Developers
|
|
Intended Audience :: System Administrators
|
|
License :: Eiffel Forum License (EFL)
|
|
License :: OSI Approved :: Eiffel Forum License
|
|
Topic :: Communications :: Chat :: Internet Relay Chat
|
|
|
|
[options]
|
|
packages = find:
|
|
zip_safe = false
|
|
include_package_data = true
|
|
install_requires =
|
|
sopel>=7.0,<8
|
|
|
|
[options.entry_points]
|
|
sopel.plugins =
|
|
sopel_SpiceBot_Core_1 = sopel_SpiceBot_Core_1
|
|
sopel_SpiceBot_Core_Prerun = sopel_SpiceBot_Core_Prerun
|
|
sopel_SpiceBot_Core_Startup = sopel_SpiceBot_Core_Startup
|
|
sopel_SpiceBot_Runtime_Commands = sopel_SpiceBot_Runtime_Commands
|
|
sopel_SpiceBot_Runtime_Nickname_Commands = sopel_SpiceBot_Runtime_Nickname_Commands
|
|
sopel_SpiceBot_Runtime_Action_Commands = sopel_SpiceBot_Runtime_Action_Commands
|
|
sopel_SpiceBot_Runtime_Unmatched_Commands = sopel_SpiceBot_Runtime_Unmatched_Commands
|
|
spicemanip = spicemanip
|
|
spicebot_command_lower = spicebot_command_lower
|
|
spicebot_command_upper = spicebot_command_upper
|