annotate fontaine/__init__.py @ 11:c6d28a830f68 0.1.0

Add PyPI support.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 04 Jan 2017 08:51:18 -0800
parents 243401c49520
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11
c6d28a830f68 Add PyPI support.
Ludovic Chabant <ludovic@chabant.com>
parents: 0
diff changeset
1 try:
c6d28a830f68 Add PyPI support.
Ludovic Chabant <ludovic@chabant.com>
parents: 0
diff changeset
2 from .version import version
c6d28a830f68 Add PyPI support.
Ludovic Chabant <ludovic@chabant.com>
parents: 0
diff changeset
3 except ImportError:
c6d28a830f68 Add PyPI support.
Ludovic Chabant <ludovic@chabant.com>
parents: 0
diff changeset
4 version = '<unknown>'