Metadata-Version: 1.1
Name: autoversion
Version: 1.2.2
Summary: Obtain installed version of package automatically, even if it is installed using editable or develop
Home-page: http://github.com/pwaller/__autoversion__
Author: Peter Waller
Author-email: p@pwaller.net
License: UNKNOWN
Description: Automatically obtain the version number of the importer, retrieving it from
        
        pkg_resources or source control if necessary.
        
        
        
        Example:
        
        
        
        	# my fancy module
        
        	from __autoversion__ import __version__, __version_tuple__
        
        
        
        Current support:
        
        
        
        - Git
Keywords: autoversion __autoversion__ __version__ __version__tuple__ version git
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Requires: setuptools
