From 1377b36d2862cfd25f0c22cd1bf6be5d6fcceb78 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Sat, 28 Dec 2024 18:36:38 +1000 Subject: [PATCH] sorted_collection is bundled and not special --- eris/__main__.py | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/eris/__main__.py b/eris/__main__.py index 9fd7d6d..30dd165 100755 --- a/eris/__main__.py +++ b/eris/__main__.py @@ -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 = """ diff --git a/pyproject.toml b/pyproject.toml index 3c71a8a..e481260 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,4 +41,3 @@ homepage = "https://github.com/ahamilton/eris" [tool.setuptools] packages=["eris"] -py-modules=["sorted_collection"]