Skip to content

Commit 7402dff

Browse files
committed
🔧 Add homepage to setup.py
1 parent 0759bc0 commit 7402dff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
AUTHOR = "Dominik Teiml"
1010
PYTHON_REQUIRES = ">=3.7"
1111
INCLUDE_PACKAGE_DATA = True
12+
HOMEPAGE = "https://github.com/hacker-dom/adoc-math"
1213
DESCRIPTION = """Use MathJax (Latex or AsciiMath) in your AsciiDoc projects!"""
1314
# text/asciidoc is not supported
1415
# Ref: https://packaging.python.org/en/latest/specifications/core-metadata/#description-content-type
@@ -51,6 +52,7 @@
5152
version=VERSION,
5253
license=LICENSE,
5354
packages=packages,
55+
homepage=HOMEPAGE,
5456
description=DESCRIPTION,
5557
entry_points=entry_points,
5658
package_data=package_data,

0 commit comments

Comments
 (0)