Metadata-Version: 2.1
Name: fdns-versioneer
Version: 0.18.1
Summary: Easy VCS-based management of project version strings
Home-page: https://github.com/fdns/python-versioneer
Author: Felipe Espinoza
Author-email: github-contact@espinoza.dev
License: public domain
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5


Versioneer is a tool to automatically update version strings (in setup.py and
the conventional 'from PROJECT import _version' pattern) by asking your
version-control system about the current tree.


