diff --git a/Packaging.md b/Packaging.md index dde7511..7f058c8 100644 --- a/Packaging.md +++ b/Packaging.md @@ -93,7 +93,7 @@ Disadvantages: * setuptools has many bugs and is poorly maintained. - * these bugs affect Tahoe-LAFS disproportionately because it has more, and more complicated, dependencies than most Python packages. We currently have [count)](TicketQuery)(status!=closed&keywords~=setuptools, open setuptools-related bugs ([full list]query:status!=closed&keywords~=setuptools) and have closed [count)](TicketQuery)(status=closed&keywords~=setuptools, such bugs ([full list]query:status=closed&keywords~=setuptools). (These counts may be a bit high because of duplicates and non-bugs, but they're indicative of the problem.) + * these bugs affect Tahoe-LAFS disproportionately because it has more, and more complicated, dependencies than most Python packages. We currently have [count)](TicketQuery)(status!=closed&keywords~=setuptools, open setuptools-related tickets ([full list]query:status!=closed&keywords~=setuptools) and have closed [count)](TicketQuery)(status=closed&keywords~=setuptools, such tickets ([full list]query:status=closed&keywords~=setuptools). (These counts may be a bit high because of duplicates and non-bugs, but they're indicative of the problem.) * maintaining our fork (which is necessary to avoid some of the bugs) takes up developer time and mental bandwidth that would be more productively spent on Tahoe-LAFS itself.