Removed src/matomo_bootstrap.egg

This commit is contained in:
Kevin Veen-Birkenbach
2025-12-23 11:37:55 +01:00
parent 65e26014e3
commit da261e21e9
6 changed files with 1 additions and 44 deletions

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@ dist/
build/ build/
__pycache__/ __pycache__/
*.pyc *.pyc
src/matomo_bootstrap.egg-info

View File

@@ -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 <kevin@veen.world>
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 <kevin@veen.world>

View File

@@ -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

View File

@@ -1,3 +0,0 @@
[e2e]
playwright>=1.40.0

View File

@@ -1 +0,0 @@
matomo_bootstrap