From fba612b704d6449454fc0b7b88a04ebb72a864c9 Mon Sep 17 00:00:00 2001 From: Crawford Collins Date: Tue, 17 Sep 2024 13:25:00 -0500 Subject: [PATCH] remove read the docs references. --- forthic-in/setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/forthic-in/setup.py b/forthic-in/setup.py index 6dace1c..47bd715 100644 --- a/forthic-in/setup.py +++ b/forthic-in/setup.py @@ -16,7 +16,6 @@ long_description_content_type="text/markdown", license="BSD 2-CLAUSE LICENSE", keywords="forth language", - url="https://forthic.readthedocs.io", download_url="https://github.com/linkedin/forthic", packages=find_namespace_packages( where=".", exclude=["test*", "docs", "forthic-js", "apps"] @@ -39,7 +38,6 @@ "pandas", ], project_urls={ - "Documentation": "https://forthic.readthedocs.io", "Source": "https://github.com/linkedin/forthic", "Tracker": "https://github.com/linkedin/forthic/issues", },