File tree 3 files changed +5
-21
lines changed
3 files changed +5
-21
lines changed Original file line number Diff line number Diff line change 4
4
BSD-licensed HEALPix for Astropy.
5
5
"""
6
6
7
- # Packages may add whatever they like to this file, but
8
- # should keep this content at the top.
9
- # ----------------------------------------------------------------------------
10
- from ._astropy_init import * # noqa
11
- # ----------------------------------------------------------------------------
12
-
13
7
from .high_level import * # noqa
14
8
from .core import * # noqa
9
+
10
+ try :
11
+ from .version import version as __version__
12
+ except ImportError :
13
+ __version__ = ''
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -48,14 +48,12 @@ addopts = --doctest-rst
48
48
49
49
[coverage:run]
50
50
omit =
51
- astropy_healpix/_astropy_init*
52
51
astropy_healpix/conftest.py
53
52
astropy_healpix/*setup_package*
54
53
astropy_healpix/tests/*
55
54
astropy_healpix/*/tests/*
56
55
astropy_healpix/extern/*
57
56
astropy_healpix/version*
58
- */astropy_healpix/_astropy_init*
59
57
*/astropy_healpix/conftest.py
60
58
*/astropy_healpix/*setup_package*
61
59
*/astropy_healpix/tests/*
You can’t perform that action at this time.
0 commit comments