mirror of
https://github.com/dgw/sopel-amatsukaze.git
synced 2025-06-22 23:07:20 +02:00
Initialize mostly-blank template for Yuuki to start building on
This commit is contained in:
commit
32fc93aee8
9 changed files with 152 additions and 0 deletions
25
setup.cfg
Normal file
25
setup.cfg
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue