Metadata-Version: 1.2
Name: roboversion
Version: 2.0.0
Summary: Automated project versioning using Git repository state
Home-page: https://github.com/dsfinn/roboversion.git
Author: David Finn
Author-email: dsfinn@gmail.com
License: UNKNOWN
Description: 
        A module for autonomous project versioning based on Git repository state.
        
        Release versions are taken from Git tags, which are expected to be compliant
        with the PEP440 versioning scheme.
        
        Prerelease Gitflow branches can be specified for the assignment of prerelease
        versions to commits relative to those branches.
        
        Postdevelopment and local version component specification are also supported.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Topic :: Utilities
Requires-Python: >=3.6
