Experimenting with dependency_links.
- Is dependency_links needed for recursive dependencies? - Need to checkin to really see.
This commit is contained in:
parent
ca38a5e7c1
commit
7786c8b8b5
1 changed files with 2 additions and 1 deletions
|
|
@ -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"])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue