Remove legacy build tools

This commit is contained in:
2025-11-20 05:25:55 +01:00
parent f62c10aa52
commit 095c8e75d4
3 changed files with 3 additions and 12 deletions

2
.gitignore vendored
View File

@@ -3,3 +3,5 @@ corenetworks-credentials.ini
.python-version
**.pyc
certbot-test
*.egg-info
build

View File

@@ -1,2 +0,0 @@
[bdist_wheel]
universal = 1

View File

@@ -1,9 +0,0 @@
"""Minimal setup.py for backward compatibility.
Modern installation should use pyproject.toml with pip >= 21.3
"""
from setuptools import setup
# All configuration is now in pyproject.toml
setup()