[build] type = "python" [dependencies] build = [ "python-wheel", "python-setuptools", ] runtime = ["python"] [package] description = "pure-Python implementation of the HTTP/2 priority tree" homepage = "https://github.com/python-hyper/priority" license = "MIT" name = "python-priority" version = "2.0.0" [[source]] extract_dir = "$name-$version" url = "https://github.com/python-hyper/priority.git#v$version"