Merge pull request 'setup.py' (#1) from devel into master

Reviewed-on: LimnoriaPlugins/EgoServ#1
This commit is contained in:
Pratyush Desai 2021-07-16 18:15:45 +02:00
commit 83438a522d
1 changed files with 5 additions and 0 deletions

5
setup.py Normal file
View File

@ -0,0 +1,5 @@
from supybot.setup import plugin_setup
plugin_setup(
"EgoServ",
)