SpiceBot/setup.cfg
deathbybandaid 09ab9b0d88 test
2022-02-10 09:33:44 -05:00

27 lines
737 B
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 =
SpiceBotCore = sopel_SpiceBotCore
SpiceBotStartup = sopel_SpiceBotStartup