Skip to content

Commit edcc714

Browse files
committed
Add long_description_content_type, and bump
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 895c90c commit edcc714

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
@@ -24,11 +24,12 @@
2424

2525
setup(
2626
name="boolean.py",
27-
version="4.0",
27+
version="4.1",
2828
license="BSD-2-Clause",
2929
description="Define boolean algebras, create and parse boolean "
3030
"expressions and create custom boolean DSL.",
3131
long_description=long_desc,
32+
long_description_content_type="text/x-rst",
3233
author="Sebastian Kraemer",
3334
author_email="[email protected]",
3435
url="https://github.com/bastikr/boolean.py",

0 commit comments

Comments
 (0)