Remove algo.egg-info from version control

This directory is generated by Python package tools (pip/setuptools) and
should not be tracked in git. It's already listed in .gitignore but was
accidentally committed. The directory contains build metadata that is
regenerated when the package is installed.
This commit is contained in:
Dan Guido 2025-08-17 14:02:41 -04:00
parent eb180cbbf3
commit 3169d0a5ec
5 changed files with 0 additions and 80 deletions

View file

@ -1,34 +0,0 @@
Metadata-Version: 2.4
Name: algo
Version: 2.0.0b0
Summary: Set up a personal IPSEC VPN in the cloud
Requires-Python: >=3.11
License-File: LICENSE
Requires-Dist: ansible==11.9.0
Requires-Dist: jinja2>=3.1.6
Requires-Dist: netaddr==1.3.0
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: pyopenssl>=0.15
Requires-Dist: segno>=1.6.0
Provides-Extra: aws
Requires-Dist: boto3>=1.34.0; extra == "aws"
Requires-Dist: boto>=2.49.0; extra == "aws"
Provides-Extra: azure
Requires-Dist: azure-identity>=1.15.0; extra == "azure"
Requires-Dist: azure-mgmt-compute>=30.0.0; extra == "azure"
Requires-Dist: azure-mgmt-network>=25.0.0; extra == "azure"
Requires-Dist: azure-mgmt-resource>=23.0.0; extra == "azure"
Requires-Dist: msrestazure>=0.6.4; extra == "azure"
Provides-Extra: gcp
Requires-Dist: google-auth>=2.28.0; extra == "gcp"
Requires-Dist: requests>=2.31.0; extra == "gcp"
Provides-Extra: hetzner
Requires-Dist: hcloud>=1.33.0; extra == "hetzner"
Provides-Extra: linode
Requires-Dist: linode-api4>=5.15.0; extra == "linode"
Provides-Extra: openstack
Requires-Dist: openstacksdk>=2.1.0; extra == "openstack"
Provides-Extra: cloudstack
Requires-Dist: cs>=3.0.0; extra == "cloudstack"
Requires-Dist: sshpubkeys>=3.3.1; extra == "cloudstack"
Dynamic: license-file

View file

@ -1,10 +0,0 @@
LICENSE
README.md
pyproject.toml
algo.egg-info/PKG-INFO
algo.egg-info/SOURCES.txt
algo.egg-info/dependency_links.txt
algo.egg-info/requires.txt
algo.egg-info/top_level.txt
tests/test_cloud_init_template.py
tests/test_package_preinstall.py

View file

@ -1 +0,0 @@

View file

@ -1,34 +0,0 @@
ansible==11.9.0
jinja2>=3.1.6
netaddr==1.3.0
pyyaml>=6.0.2
pyopenssl>=0.15
segno>=1.6.0
[aws]
boto3>=1.34.0
boto>=2.49.0
[azure]
azure-identity>=1.15.0
azure-mgmt-compute>=30.0.0
azure-mgmt-network>=25.0.0
azure-mgmt-resource>=23.0.0
msrestazure>=0.6.4
[cloudstack]
cs>=3.0.0
sshpubkeys>=3.3.1
[gcp]
google-auth>=2.28.0
requests>=2.31.0
[hetzner]
hcloud>=1.33.0
[linode]
linode-api4>=5.15.0
[openstack]
openstacksdk>=2.1.0

View file

@ -1 +0,0 @@