METADATA 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. Metadata-Version: 2.4
  2. Name: uv-build
  3. Version: 0.8.24
  4. Classifier: Development Status :: 5 - Production/Stable
  5. Classifier: Environment :: Console
  6. Classifier: Intended Audience :: Developers
  7. Classifier: Operating System :: OS Independent
  8. Classifier: License :: OSI Approved :: MIT License
  9. Classifier: License :: OSI Approved :: Apache Software License
  10. Classifier: Programming Language :: Python
  11. Classifier: Programming Language :: Python :: 3.8
  12. Classifier: Programming Language :: Python :: 3.9
  13. Classifier: Programming Language :: Python :: 3.10
  14. Classifier: Programming Language :: Python :: 3.11
  15. Classifier: Programming Language :: Python :: 3.12
  16. Classifier: Programming Language :: Python :: 3.13
  17. Classifier: Programming Language :: Python :: 3 :: Only
  18. Classifier: Topic :: Software Development :: Quality Assurance
  19. Classifier: Topic :: Software Development :: Testing
  20. Classifier: Topic :: Software Development :: Libraries
  21. License-File: LICENSE-APACHE
  22. License-File: LICENSE-MIT
  23. Summary: The uv build backend
  24. Keywords: uv,requirements,packaging
  25. Home-Page: https://pypi.org/project/uv/
  26. Author-email: "Astral Software Inc." <hey@astral.sh>
  27. License-Expression: MIT OR Apache-2.0
  28. Requires-Python: >=3.8
  29. Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
  30. Project-URL: Repository, https://github.com/astral-sh/uv
  31. Project-URL: Documentation, https://docs.astral.sh/uv
  32. Project-URL: Changelog, https://github.com/astral-sh/uv/blob/main/CHANGELOG.md
  33. Project-URL: Releases, https://github.com/astral-sh/uv/releases
  34. Project-URL: Discord, https://discord.gg/astral-sh
  35. # Build backend for uv
  36. This package is a slimmed down version of uv containing only the build backend. See
  37. https://pypi.org/project/uv/ and https://docs.astral.sh/uv/ for the main project package and
  38. documentation.