From 82ff0fc1204631d0afabca23d50757d3f3b8d55c Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Tue, 26 Jul 2022 17:06:57 -0500 Subject: [PATCH] cookiecutter --- {hart-protocol/.github => .github}/workflows/python-mypy.yml | 0 {hart-protocol/.github => .github}/workflows/python-publish.yml | 0 {hart-protocol/.github => .github}/workflows/run-entry-points.yml | 0 hart-protocol/.gitignore => .gitignore | 0 hart-protocol/.pre-commit-config.yaml => .pre-commit-config.yaml | 0 hart-protocol/CHANGELOG.md => CHANGELOG.md | 0 hart-protocol/LICENSE => LICENSE | 0 hart-protocol/README.md => README.md | 0 {hart-protocol/hart_protocol => hart_protocol}/VERSION | 0 {hart-protocol/hart_protocol => hart_protocol}/__init__.py | 0 {hart-protocol/hart_protocol => hart_protocol}/__version__.py | 0 {hart-protocol/hart_protocol => hart_protocol}/_my_daemon.py | 0 {hart-protocol/hart_protocol => hart_protocol}/my-daemon.toml | 0 hart-protocol/pyproject.toml => pyproject.toml | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename {hart-protocol/.github => .github}/workflows/python-mypy.yml (100%) rename {hart-protocol/.github => .github}/workflows/python-publish.yml (100%) rename {hart-protocol/.github => .github}/workflows/run-entry-points.yml (100%) rename hart-protocol/.gitignore => .gitignore (100%) rename hart-protocol/.pre-commit-config.yaml => .pre-commit-config.yaml (100%) rename hart-protocol/CHANGELOG.md => CHANGELOG.md (100%) rename hart-protocol/LICENSE => LICENSE (100%) rename hart-protocol/README.md => README.md (100%) rename {hart-protocol/hart_protocol => hart_protocol}/VERSION (100%) rename {hart-protocol/hart_protocol => hart_protocol}/__init__.py (100%) rename {hart-protocol/hart_protocol => hart_protocol}/__version__.py (100%) rename {hart-protocol/hart_protocol => hart_protocol}/_my_daemon.py (100%) rename {hart-protocol/hart_protocol => hart_protocol}/my-daemon.toml (100%) rename hart-protocol/pyproject.toml => pyproject.toml (100%) 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