From d9455ad3378f230623943526bbefa8a8b2fd9587 Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Thu, 18 Jul 2024 15:17:57 +0200 Subject: [PATCH] no ns package --- schwarz/__init__.py | 1 - setup.cfg | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 schwarz/__init__.py diff --git a/schwarz/__init__.py b/schwarz/__init__.py deleted file mode 100644 index de40ea7..0000000 --- a/schwarz/__init__.py +++ /dev/null @@ -1 +0,0 @@ -__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup.cfg b/setup.cfg index e66e009..1ae4cb5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ testing = dotmap; python_version >= '3.0' # Even the oldest versions of "time-machine" support only Python 3.6+ freezegun < 1.0 ; python_version < '3.0' - freezegun ; python_implementation == 'PyPy' and python_version > '3.0' + freezegun ; implementation_name == 'pypy' and python_version > '3.0' time-machine ; python_version > '3.0' mock ; python_version < '3.0' pytest