Skip to content

Commit f9ab6da

Browse files
committed
fix: mention toga
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent b04dabe commit f9ab6da

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

peps/pep-0808.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ cases that have come up:
115115
making an all dependency, or reading dependencies from dependency-groups, for
116116
example). Adding constraints can also be useful; pybind11_ uses adds a ``global``
117117
extra that pins ``pybind11-global==<version>``, as both packages are in the
118-
same repository and released in sync.
118+
same repository and released in sync. toga_ is a collection of packages that
119+
currently is unable to set any static dependencies due to the same sort of
120+
pinning problem.
119121
- Adding classifiers; some backends can compute classifiers from other places
120122
and inject them (Poetry_ being the best known example).
121123
- Adding license files to the wheel based on what libraries are linked in (this
@@ -416,6 +418,7 @@ References
416418
.. _pybind11: https://github.com/pybind/pybind11
417419
.. _Poetry: https://python-poetry.org/
418420
.. _setuptools: https://github.com/pypa/setuptools
421+
.. _toga: https://github.com/beeware/toga
419422

420423
Copyright
421424
=========

0 commit comments

Comments
 (0)