Initialize mostly-blank template for Yuuki to start building on

This commit is contained in:
dgw 2023-03-19 02:24:11 -05:00
commit 32fc93aee8
9 changed files with 152 additions and 0 deletions

25
setup.cfg Normal file
View file

@ -0,0 +1,25 @@
[metadata]
name = sopel-amatsukaze
version = 0.1.0
description = A plugin suite for Sopel that emulates most of Yuuki's Java-based Amatsukaze-chan bot.
author = dgw
author_email = dgw@technobabbl.es
url = https://github.com/dgw/sopel-amatsukaze
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.1
[options.entry_points]
sopel.plugins =
amatsukaze = sopel_amatsukaze