diff --git a/hart-protocol/.github/workflows/python-mypy.yml b/.github/workflows/python-mypy.yml similarity index 100% rename from hart-protocol/.github/workflows/python-mypy.yml rename to .github/workflows/python-mypy.yml diff --git a/hart-protocol/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml similarity index 100% rename from hart-protocol/.github/workflows/python-publish.yml rename to .github/workflows/python-publish.yml diff --git a/hart-protocol/.github/workflows/run-entry-points.yml b/.github/workflows/run-entry-points.yml similarity index 100% rename from hart-protocol/.github/workflows/run-entry-points.yml rename to .github/workflows/run-entry-points.yml diff --git a/hart-protocol/.gitignore b/.gitignore similarity index 100% rename from hart-protocol/.gitignore rename to .gitignore diff --git a/hart-protocol/.pre-commit-config.yaml b/.pre-commit-config.yaml similarity index 100% rename from hart-protocol/.pre-commit-config.yaml rename to .pre-commit-config.yaml diff --git a/hart-protocol/CHANGELOG.md b/CHANGELOG.md similarity index 100% rename from hart-protocol/CHANGELOG.md rename to CHANGELOG.md diff --git a/hart-protocol/LICENSE b/LICENSE similarity index 100% rename from hart-protocol/LICENSE rename to LICENSE diff --git a/hart-protocol/README.md b/README.md similarity index 100% rename from hart-protocol/README.md rename to README.md diff --git a/hart-protocol/hart_protocol/VERSION b/hart_protocol/VERSION similarity index 100% rename from hart-protocol/hart_protocol/VERSION rename to hart_protocol/VERSION diff --git a/hart-protocol/hart_protocol/__init__.py b/hart_protocol/__init__.py similarity index 100% rename from hart-protocol/hart_protocol/__init__.py rename to hart_protocol/__init__.py diff --git a/hart-protocol/hart_protocol/__version__.py b/hart_protocol/__version__.py similarity index 100% rename from hart-protocol/hart_protocol/__version__.py rename to hart_protocol/__version__.py diff --git a/hart-protocol/hart_protocol/_my_daemon.py b/hart_protocol/_my_daemon.py similarity index 100% rename from hart-protocol/hart_protocol/_my_daemon.py rename to hart_protocol/_my_daemon.py diff --git a/hart-protocol/hart_protocol/my-daemon.toml b/hart_protocol/my-daemon.toml similarity index 100% rename from hart-protocol/hart_protocol/my-daemon.toml rename to hart_protocol/my-daemon.toml diff --git a/hart-protocol/pyproject.toml b/pyproject.toml similarity index 100% rename from hart-protocol/pyproject.toml rename to pyproject.toml