Removed src/matomo_bootstrap.egg
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@ dist/
|
|||||||
build/
|
build/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
|
src/matomo_bootstrap.egg-info
|
||||||
@@ -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>
|
|
||||||
@@ -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
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
|
|
||||||
[e2e]
|
|
||||||
playwright>=1.40.0
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
matomo_bootstrap
|
|
||||||
Reference in New Issue
Block a user