diff --git a/pyautoheart/__init__.py b/pyautoheart/__init__.py deleted file mode 100644 index 18ba140..0000000 --- a/pyautoheart/__init__.py +++ /dev/null @@ -1,6 +0,0 @@ -"""PyAutoHeart compatibility package. - -The implementation lives in :mod:`heart`. -""" - -from heart import * # noqa: F401,F403 diff --git a/pyproject.toml b/pyproject.toml index 092be47..bf9b428 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dev = [ ] [tool.setuptools.packages.find] -include = ["heart*", "pyautoheart*"] +include = ["heart*"] [tool.pytest.ini_options] testpaths = ["tests"]