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.
homepage
setup.py
1 parent 0759bc0 commit 7402dffCopy full SHA for 7402dff
setup.py
@@ -9,6 +9,7 @@
9
AUTHOR = "Dominik Teiml"
10
PYTHON_REQUIRES = ">=3.7"
11
INCLUDE_PACKAGE_DATA = True
12
+HOMEPAGE = "https://github.com/hacker-dom/adoc-math"
13
DESCRIPTION = """Use MathJax (Latex or AsciiMath) in your AsciiDoc projects!"""
14
# text/asciidoc is not supported
15
# Ref: https://packaging.python.org/en/latest/specifications/core-metadata/#description-content-type
@@ -51,6 +52,7 @@
51
52
version=VERSION,
53
license=LICENSE,
54
packages=packages,
55
+ homepage=HOMEPAGE,
56
description=DESCRIPTION,
57
entry_points=entry_points,
58
package_data=package_data,
0 commit comments