v2.0.2 - PyPI Project Name Consistency
What's New
- ✨ Consistent Naming: PyPI project name now matches repository name ()
- 🔧 Python Package: Still uses for imports (no code changes needed)
- 📚 Documentation: Updated all references to reflect new PyPI project name
Installation
pip install torch>=2.0.0
pip install all-in-one-fix --no-build-isolationNote:
- Install with:
pip install all-in-one-fix(PyPI project name) - Import with:
import allin1fix(Python package name) - CLI:
allin1fix --help(based on Python package name)
Changes
- Changed PyPI project name from
allin1fixtoall-in-one-fix(matches repository) - Updated all documentation and installation instructions
- Python package name remains
allin1fix(backward compatible for imports) - Updated PyPI URLs and trusted publishing configuration
Consistency
Now matches the pattern used by other projects:
- ✅ PyPI project name:
all-in-one-fix(matches repository) - ✅ Repository name:
all-in-one-fix - ✅ Python package:
allin1fix(for imports)