Experimenting with dependency_links.

- Is dependency_links needed for recursive dependencies?
- Need to checkin to really see.
This commit is contained in:
Andrew Hamilton 2021-12-20 15:14:55 +10:00
parent ca38a5e7c1
commit 7786c8b8b5

View file

@ -15,4 +15,5 @@ setup(name="fill3",
author_email="and_hamilton@yahoo.com", author_email="and_hamilton@yahoo.com",
license="Artistic 2.0", license="Artistic 2.0",
packages=["fill3"], packages=["fill3"],
install_requires=["termstr @ git+https://github.com/ahamilton/eris@2021.12.16#subdirectory=termstr"]) install_requires=["termstr @ git+https://github.com/ahamilton/eris@2021.12.16#subdirectory=termstr"],
dependency_links=["termstr @ git+https://github.com/ahamilton/eris@2021.12.16#subdirectory=termstr"])