Skip to content

Commit 6a15042

Browse files
fixed project description on PyPI
learning: do not believe every voice in the WWW telling you "yOu NeEd To WrItE mArKdOwN fOr lOnG pYpI DeScRiPtIoNs"
1 parent 773db1e commit 6a15042

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

setup.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@
44

55
setup(
66
name="python-logging-filters",
7-
version="0.1.1",
7+
version="0.1.2",
88
description="standard python logging filters",
99
long_description=dedent(
1010
"""
1111
Simple filters for standard python logging, e.g. for suppressing
1212
noisy 3rd party framework logging.
1313
14-
# DjangoHttp404LogFilter
14+
Current implementations
15+
=======================
16+
17+
DjangoHttp404LogFilter
18+
----------------------
1519
1620
Suppresses Django's default 'Not Found: ...' logging.
1721
See the `python_logging_filters.DjangoHttp404LogFilter`

0 commit comments

Comments
 (0)