fix: add lists param for load_entry_points() function
wuttasync needs to let various projects define import/export handlers using the same key, so it needs a way to discover them all without this logic auto-discarding duplicate keys
This commit is contained in:
parent
17efdb9572
commit
35a0897b21
4 changed files with 74 additions and 14 deletions
|
|
@ -42,6 +42,7 @@ intersphinx_mapping = {
|
|||
"rattail": ("https://docs.wuttaproject.org/rattail/", None),
|
||||
"rattail-manual": ("https://docs.wuttaproject.org/rattail-manual/", None),
|
||||
"rich": ("https://rich.readthedocs.io/en/latest/", None),
|
||||
"setuptools": ("https://setuptools.pypa.io/en/latest/", None),
|
||||
"sqlalchemy": ("http://docs.sqlalchemy.org/en/latest/", None),
|
||||
"wutta-continuum": ("https://docs.wuttaproject.org/wutta-continuum/", None),
|
||||
"wuttasync": ("https://docs.wuttaproject.org/wuttasync/", None),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue