Skip to content

Commit ab9672e

Browse files
__init__: zetup.annotate() + cleanup
1 parent a987f30 commit ab9672e

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

modeled/__init__.py

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,13 @@
2020
.. moduleauthor:: Stefan Zimmermann <zimmermann.code@gmail.com>
2121
"""
2222

23-
from zetup import find_zetup_config
24-
25-
26-
zfg = find_zetup_config(__name__)
27-
28-
__distribution__ = zfg.DISTRIBUTION.find(__path__[0])
29-
__description__ = zfg.DESCRIPTION
30-
31-
__version__ = zfg.VERSION
32-
__requires__ = zfg.REQUIRES.checked
23+
import zetup
3324

25+
zetup.annotate(__name__)
3426

3527
import sys
3628

37-
from path import path as Path
29+
from path import Path
3830

3931

4032
for path in (Path(p) / 'modeled' for p in sys.path):

0 commit comments

Comments
 (0)