- ``setuptools`` plugin: - Allow ``dependencies``/``optional-dependencies`` to use file directives, 37
0.7.1
=============
- CI: Enforced doctests - CI: Add more tests for situations when downloading classifiers is disabled
0.7
===========
- **Deprecated** use of ``validate_pyproject.vendoring``. This module is replaced by ``validate_pyproject.pre_compile``.
0.6.1
=============
- Fix validation of ``version`` to ensure it is given either statically or dynamically, 29
0.6
=============
- Allow private classifiers, 26 - ``setuptools`` plugin: - Remove ``license`` and ``license-files`` from ``tool.setuptools.dynamic``, 27
0.5.2
=============
- Exported ``ValidationError`` from the main file when vendored, :pr:`23` - Removed ``ValidationError`` traceback to avoid polluting the user logs with generate code, :pr:`24`