We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895c90c commit edcc714Copy full SHA for edcc714
setup.py
@@ -24,11 +24,12 @@
24
25
setup(
26
name="boolean.py",
27
- version="4.0",
+ version="4.1",
28
license="BSD-2-Clause",
29
description="Define boolean algebras, create and parse boolean "
30
"expressions and create custom boolean DSL.",
31
long_description=long_desc,
32
+ long_description_content_type="text/x-rst",
33
author="Sebastian Kraemer",
34
author_email="[email protected]",
35
url="https://github.com/bastikr/boolean.py",
0 commit comments