Metadata-Version: 2.1
Name: poetry-version-plugin
Version: 0.1.0
Summary: 
Author: Sebastián Ramírez
Author-email: tiangolo@gmail.com
Requires-Python: >=3.6.2,<4.0.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: poetry (>=1.2.0a,<2.0.0)
Description-Content-Type: text/markdown

# Poetry Version

A [Poetry](https://python-poetry.org/) plugin for dynamically extracting the version of a package from `__init__.py` or from a Git tag.

So you don't have to manually keep the version in two places, in `pyproject.toml` and in `__init__.py` or in a Git tag.

