Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Commit 0706750

Browse files
committed
remove readme syntax
1 parent ee54359 commit 0706750

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="sphinx-rego",
5-
version="0.1.5",
5+
version="0.1.6",
66
packages=find_packages(),
77
install_requires=[
88
"docutils"
@@ -11,8 +11,8 @@
1111
license="MIT",
1212
author="Zenity",
1313
author_email="join@zenity.io",
14-
description="A sphinx extension that automatically documents Open Policy Agent Rego policies using the rego_metadoc property. Maintained by [Zenity](https://zenity.io).",
15-
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).""",
14+
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.",
15+
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.""",
1616
classifiers=[
1717
"Development Status :: 2 - Pre-Alpha",
1818
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)