Metadata-Version: 2.1
Name: vcs-versioning
Version: 0.0.1
Summary: the blessed package to manage your versions by vcs metadata
Project-URL: Documentation, https://github.com/unknown/vcs-versioning#readme
Project-URL: Issues, https://github.com/unknown/vcs-versioning/issues
Project-URL: Source, https://github.com/unknown/vcs-versioning
Author-email: Ronny Pfannschmidt <opensource@ronnypfannschmidt.de>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# vcs-versioning

[![PyPI - Version](https://img.shields.io/pypi/v/vcs-versioning.svg)](https://pypi.org/project/vcs-versioning)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/vcs-versioning.svg)](https://pypi.org/project/vcs-versioning)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install vcs-versioning
```

## License

`vcs-versioning` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
