Skip to content

Commit

Permalink
Install an irclogserver script
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Sep 25, 2016
1 parent 1c26c0b commit 396c9e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -7,6 +7,9 @@ Changelog
- irclogsearch can now be deployed via WSGI. Contributed by Albertas Agejevas
(https://github.com/mgedmin/irclog2html/pull/9).

- There's a new ``irclogserver`` script that can be used to serve
dynamically-generated IRC logs. It can also be deployed via WSGI.

- Drop support for Python 2.6.


Expand Down
1 change: 0 additions & 1 deletion buildout.cfg
Expand Up @@ -8,7 +8,6 @@ eggs = irclog2html
tox
detox
coverage
entry-points = serve=irclog2html.irclogserver:main


[test]
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -54,6 +54,7 @@ def read(filename):
irclog2html = irclog2html.irclog2html:main
logs2html = irclog2html.logs2html:main
irclogsearch = irclog2html.irclogsearch:main
irclogserver = irclog2html.irclogserver:main
""",
zip_safe=False,
)

0 comments on commit 396c9e5

Please sign in to comment.