diff options
| author | 2026-01-29 17:12:55 +0800 | |
|---|---|---|
| committer | 2026-01-29 17:12:55 +0800 | |
| commit | f1c7d4005768079b0b8e8fac15ad9b191b700022 (patch) | |
| tree | 85651a076899b506ee7de0ab413a414c527688f0 /src | |
| parent | 637cba626c776d0fdad52511e46a5eeb15f7241a (diff) | |
| download | DropIn-f1c7d4005768079b0b8e8fac15ad9b191b700022.tar.gz DropIn-f1c7d4005768079b0b8e8fac15ad9b191b700022.zip | |
chore: Rename project from pyo3_template to dropin and update related files
Diffstat (limited to 'src')
| -rw-r--r-- | src/dropin/__init__.py (renamed from src/pyo3_template/__init__.py) | 0 | ||||
| -rw-r--r-- | src/dropin/__main__.py (renamed from src/pyo3_template/__main__.py) | 0 | ||||
| -rw-r--r-- | src/dropin/_core.pyi (renamed from src/pyo3_template/_core.pyi) | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/src/pyo3_template/__init__.py b/src/dropin/__init__.py index e69de29..e69de29 100644 --- a/src/pyo3_template/__init__.py +++ b/src/dropin/__init__.py diff --git a/src/pyo3_template/__main__.py b/src/dropin/__main__.py index 0135c6d..0135c6d 100644 --- a/src/pyo3_template/__main__.py +++ b/src/dropin/__main__.py diff --git a/src/pyo3_template/_core.pyi b/src/dropin/_core.pyi index 4945a82..4945a82 100644 --- a/src/pyo3_template/_core.pyi +++ b/src/dropin/_core.pyi |