Last updated:
0 purchases
poetrydynamicmetadata 0.1.3
poetry-dynamic-metadata
Simple poetry plugin that allows to add dynamic metadata to pyproject.toml files.
Example usage
# my_package/__init__.py
__version__ = "1.1.0"
[tool.poetry-dynamic-metadata]
version = { source_path = "my_package" }
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.