Skip to content

Commit

Permalink
remove readme syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrg committed Sep 27, 2021
1 parent ee54359 commit 0706750
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="sphinx-rego",
version="0.1.5",
version="0.1.6",
packages=find_packages(),
install_requires=[
"docutils"
Expand All @@ -11,8 +11,8 @@
license="MIT",
author="Zenity",
author_email="join@zenity.io",
description="A sphinx extension that automatically documents Open Policy Agent Rego policies using the rego_metadoc property. Maintained by [Zenity](https://zenity.io).",
long_description="""A sphinx extension that automatically documents Open Policy Agent Rego policies using the rego_metadoc property.\nFor installation and usage details, see https://github.com/zenitysec/sphinx-rego.\nMaintained by [Zenity](https://zenity.io).""",
description="A sphinx extension that automatically documents Open Policy Agent Rego policies using the rego_metadoc property. Maintained by Zenity, learn more at https://zenity.io.",
long_description="""A sphinx extension that automatically documents Open Policy Agent Rego policies using the rego_metadoc property.\nFor installation and usage details, see https://github.com/zenitysec/sphinx-rego.\nMaintained by Zenity, learn more at https://zenity.io.""",
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 0706750

Please sign in to comment.