Tags: initstring/cloud_enum
Tags
Migrate to uv, drop setup.py, bump to v0.8 (#81) * Migrate to uv, drop setup.py, bump to v0.8 - Replace setup.py and requirements.txt with pyproject.toml - Pin dependencies to current releases (dnspython>=2.8.0, requests>=2.34.2, requests-futures>=1.0.2) - Add [build-system] table for Debian packaging compatibility - Update CI to use astral-sh/setup-uv@v6 and uv run - Add release.yml workflow to auto-tag/release on version bump - Slim down .gitignore with uv-specific entries (exclude uv.lock) - Update README setup instructions to use uv Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Fix setuptools package discovery for manpage directory Explicitly set packages and py-modules to match old setup.py, preventing setuptools from erroring on the manpage/ directory during build. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>