From 03e6c45a38eff145836010529f4646c344e9418e Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Thu, 30 Dec 2021 23:33:37 +1000 Subject: [PATCH] Revert "Try a better form of local dependency." This reverts commit e437f9537722bf0cb912444193668212581dd66b. - Didn't help. --- fill3/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fill3/setup.py b/fill3/setup.py index 27c2510..bbdab9e 100755 --- a/fill3/setup.py +++ b/fill3/setup.py @@ -17,4 +17,4 @@ setup(name="fill3", author_email="and_hamilton@yahoo.com", license="Artistic 2.0", packages=["fill3"], - install_requires=[f"termstr @ file://{REPO_PATH}/termstr#egg=termstr-v2021.12.24"]) + install_requires=[f"termstr @ file://{REPO_PATH}/termstr"])