setup.cfg: The item `option.dependency_links` dropped by `pip` in 2019 (#8942)

```diff
- dependency_links = https://github.com/kivy-garden/garden/archive/master.zip
```
> [!WARNING]
> Dependency links support has been dropped by pip starting with version 19.0 (released 2019-01-22).

https://setuptools.pypa.io/en/latest/deprecated/dependency_links.html

@misl6 Related to:
* #8127
This commit is contained in:
Christian Clauss 2024-12-08 16:07:22 +01:00 committed by GitHub
parent cb5a7e63cf
commit ea40582837
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ install_requires =
kivy_deps.sdl2~=0.8.0; sys_platform == "win32"
kivy_deps.glew~=0.3.1; sys_platform == "win32"
pypiwin32; sys_platform == "win32"
dependency_links = https://github.com/kivy-garden/garden/archive/master.zip
[options.extras_require]
tuio = oscpy