10000 extra URLs for pypi · sphinx-doc/alabaster@f43d162 · GitHub
[go: up one dir, main page]

Skip to content

Commit f43d162

Browse files
committed
extra URLs for pypi
1 parent ec2c9c6 commit f43d162

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
with codecs.open("README.rst", encoding="utf-8") as f:
1414
readme = f.read()
1515

16+
code_ns = "bitprophet/alabaster"
17+
1618
setup(
1719
name="alabaster",
1820
version=version,
@@ -21,6 +23,11 @@
2123
author="Jeff Forcier",
2224
author_email="jeff@bitprophet.org",
2325
url="https://alabaster.readthedocs.io",
26+
project_urls={
27+
"Source": f"https://github.com/{code_ns}",
28+
"Changelog": f"https://github.com/{code_ns}/blob/main/docs/changelog.rst", # noqa
29+
"CI": f"https://app.circleci.com/pipelines/github/{code_ns}",
30+
},
2431
packages=["alabaster"],
2532
include_package_data=True,
2633
entry_points={"sphinx.html_themes": ["alabaster = alabaster"]},

0 commit comments

Comments
 (0)
0