Skip to content

Commit

Permalink
extra URLs for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Jan 13, 2023
1 parent ec2c9c6 commit f43d162
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
with codecs.open("README.rst", encoding="utf-8") as f:
readme = f.read()

code_ns = "bitprophet/alabaster"

setup(
name="alabaster",
version=version,
Expand All @@ -21,6 +23,11 @@
author="Jeff Forcier",
author_email="jeff@bitprophet.org",
url="https://alabaster.readthedocs.io",
project_urls={
"Source": f"https://github.com/{code_ns}",
"Changelog": f"https://github.com/{code_ns}/blob/main/docs/changelog.rst", # noqa
"CI": f"https://app.circleci.com/pipelines/github/{code_ns}",
},
packages=["alabaster"],
include_package_data=True,
entry_points={"sphinx.html_themes": ["alabaster = alabaster"]},
Expand Down

0 comments on commit f43d162

Please sign in to comment.