re-add irc notifications

This commit is contained in:
Jörg Thalheim 2020-01-11 08:52:28 +00:00
parent 0996106bf7
commit 6b4b37af2d
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4
6 changed files with 110 additions and 2 deletions

View file

@ -14,6 +14,7 @@ setup(
license="MIT",
packages=find_packages(),
entry_points={"console_scripts": ["nur = nur:main"]},
install_requires=["irc"],
extras_require={"dev": ["mypy", "flake8>=3.5,<3.6", "black"]},
classifiers=[
"Development Status :: 5 - Production/Stable",