-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
sopel modules are now designed to be installed under a specific namespace. you can use the sopel template which uses cookiecutter to create a bunch of basic code so that your module is recognized correctly by sopel.
the most important part in there seems to be:
namespace_packages=['sopel_modules'],
in setup.py...
see also sopel-irc/sopel#1128 (comment)
Reactions are currently unavailable