From da261e21e9aea3a940f32278eece66066784a517 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Tue, 23 Dec 2025 11:37:55 +0100 Subject: [PATCH] Removed src/matomo_bootstrap.egg --- .gitignore | 1 + src/matomo_bootstrap.egg-info/PKG-INFO | 20 ------------------- src/matomo_bootstrap.egg-info/SOURCES.txt | 19 ------------------ .../dependency_links.txt | 1 - src/matomo_bootstrap.egg-info/requires.txt | 3 --- src/matomo_bootstrap.egg-info/top_level.txt | 1 - 6 files changed, 1 insertion(+), 44 deletions(-) delete mode 100644 src/matomo_bootstrap.egg-info/PKG-INFO delete mode 100644 src/matomo_bootstrap.egg-info/SOURCES.txt delete mode 100644 src/matomo_bootstrap.egg-info/dependency_links.txt delete mode 100644 src/matomo_bootstrap.egg-info/requires.txt delete mode 100644 src/matomo_bootstrap.egg-info/top_level.txt diff --git a/.gitignore b/.gitignore index cb54ccd..d7e8678 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ dist/ build/ __pycache__/ *.pyc +src/matomo_bootstrap.egg-info \ No newline at end of file diff --git a/src/matomo_bootstrap.egg-info/PKG-INFO b/src/matomo_bootstrap.egg-info/PKG-INFO deleted file mode 100644 index db5a6ad..0000000 --- a/src/matomo_bootstrap.egg-info/PKG-INFO +++ /dev/null @@ -1,20 +0,0 @@ -Metadata-Version: 2.4 -Name: matomo-bootstrap -Version: 0.1.0 -Summary: Headless bootstrap tooling for Matomo (installation + API token provisioning) -Author-email: Kevin Veen-Birkenbach -License: All rights reserved by Kevin Veen-Birkenbach -Project-URL: Homepage, https://github.com/kevinveenbirkenbach/matomo-bootstrap -Requires-Python: >=3.10 -Description-Content-Type: text/markdown -License-File: LICENSE -Provides-Extra: e2e -Requires-Dist: playwright>=1.40.0; extra == "e2e" -Dynamic: license-file - -# matomo-bootstrap - -Homepage: https://github.com/kevinveenbirkenbach/matomo-bootstrap - -## Author -Kevin Veen-Birkenbach diff --git a/src/matomo_bootstrap.egg-info/SOURCES.txt b/src/matomo_bootstrap.egg-info/SOURCES.txt deleted file mode 100644 index 2d21f88..0000000 --- a/src/matomo_bootstrap.egg-info/SOURCES.txt +++ /dev/null @@ -1,19 +0,0 @@ -LICENSE -README.md -pyproject.toml -src/matomo_bootstrap/__init__.py -src/matomo_bootstrap/__main__.py -src/matomo_bootstrap/api_tokens.py -src/matomo_bootstrap/bootstrap.py -src/matomo_bootstrap/cli.py -src/matomo_bootstrap/errors.py -src/matomo_bootstrap/health.py -src/matomo_bootstrap/http.py -src/matomo_bootstrap.egg-info/PKG-INFO -src/matomo_bootstrap.egg-info/SOURCES.txt -src/matomo_bootstrap.egg-info/dependency_links.txt -src/matomo_bootstrap.egg-info/requires.txt -src/matomo_bootstrap.egg-info/top_level.txt -src/matomo_bootstrap/install/__init__.py -src/matomo_bootstrap/install/container_installer.py -src/matomo_bootstrap/install/web_installer.py \ No newline at end of file diff --git a/src/matomo_bootstrap.egg-info/dependency_links.txt b/src/matomo_bootstrap.egg-info/dependency_links.txt deleted file mode 100644 index 8b13789..0000000 --- a/src/matomo_bootstrap.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/src/matomo_bootstrap.egg-info/requires.txt b/src/matomo_bootstrap.egg-info/requires.txt deleted file mode 100644 index 286c671..0000000 --- a/src/matomo_bootstrap.egg-info/requires.txt +++ /dev/null @@ -1,3 +0,0 @@ - -[e2e] -playwright>=1.40.0 diff --git a/src/matomo_bootstrap.egg-info/top_level.txt b/src/matomo_bootstrap.egg-info/top_level.txt deleted file mode 100644 index 2807f30..0000000 --- a/src/matomo_bootstrap.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -matomo_bootstrap