Skip to content

Commit be915b7

Browse files
setup.py: added long_description for PyPI publish
1 parent 27c369c commit be915b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
setup(
44
name="python-logging-filters",
55
version="0.1.0",
6-
description=(
6+
description="standard python logging filters",
7+
long_description=(
78
"Simple filters for standard python logging, e.g. for suppressing "
89
"noisy 3rd party framework logging."
910
),

0 commit comments

Comments
 (0)