Fill in all missing upstream_repository fields (#10571)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Avasam
2023-08-13 17:03:33 -04:00
committed by GitHub
parent df08fcec5f
commit 22b055a147
22 changed files with 39 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
version = "0.5.*"
upstream_repository = "https://github.com/spatialaudio/jackclient-python"
# Requires a version of numpy with a `py.typed` file
requires = ["numpy>=1.20", "types-cffi"]