Skip to content

Commit f3dca97

Browse files
committed
export '__version__' in top-level module
This is so that all of fontmake's dependencies export a top-level '__version__' string, following PEP 396 recommendation. googlefonts/fontmake#251 googlefonts/fontmake#310
1 parent f535551 commit f3dca97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/booleanOperations/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from __future__ import print_function, division, absolute_import
22
from .booleanOperationManager import BooleanOperationManager
33
from .exceptions import BooleanOperationsError
4+
from .version import __version__
45

56
# export BooleanOperationManager static methods
67
union = BooleanOperationManager.union

0 commit comments

Comments
 (0)