sorted_collection is bundled and not special

This commit is contained in:
Andrew Hamilton 2024-12-28 18:36:38 +10:00
parent 418c6c0bea
commit 1377b36d28
2 changed files with 1 additions and 2 deletions

View file

@ -43,7 +43,7 @@ import termstr
import eris
import eris.worker as worker
import eris.paged_list as paged_list
import sorted_collection
import eris.sorted_collection as sorted_collection
USAGE = """

View file

@ -41,4 +41,3 @@ homepage = "https://github.com/ahamilton/eris"
[tool.setuptools]
packages=["eris"]
py-modules=["sorted_collection"]