Metadata-Version: 2.1
Name: pdm-build-locked
Version: 0.3.5
Summary:     pdm-build-locked is a pdm plugin to add locked packages as additional optional dependency groups to the distribution metadata
Keywords: pdm,plugin
Author-Email: sigma67 <sigma67.github@gmail.com>, Frost Ming <me@frostming.com>
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Requires-Dist: tomli; python_version < "3.11"
Description-Content-Type: text/x-rst

pdm-build-locked: Publish locked dependencies
#############################################

.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/pdm-build-locked?style=flat-square
    :alt: PyPI Downloads
    :target: https://pypi.org/project/pdm-build-locked/

.. |code-coverage| image:: https://img.shields.io/codecov/c/github/pdm-project/pdm-build-locked?style=flat-square
    :alt: Code coverage
    :target: https://codecov.io/gh/pdm-project/pdm-build-locked

.. |latest-release| image:: https://img.shields.io/github/v/release/pdm-project/pdm-build-locked?style=flat-square
    :alt: Latest release
    :target: https://github.com/pdm-project/pdm-build-locked/releases/latest

.. |commits-since-latest| image:: https://img.shields.io/github/commits-since/pdm-project/pdm-build-locked/latest?style=flat-square
    :alt: Commits since latest release
    :target: https://github.com/pdm-project/pdm-build-locked/commits

|pypi-downloads| |code-coverage| |latest-release| |commits-since-latest|

pdm-build-locked is a pdm plugin to add locked packages as additional
optional dependency groups to the distribution metadata.

Documentation: https://pdm-build-locked.readthedocs.io
