Skip to content

Commit bbbcaff

Browse files
committed
Fix namespace
1 parent 08bcf6c commit bbbcaff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ckanext/spatial/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
__version__ = "2.1.0"
2-
31
# this is a namespace package
42
try:
53
import pkg_resources
64
pkg_resources.declare_namespace(__name__)
75
except ImportError:
86
import pkgutil
97
__path__ = pkgutil.extend_path(__path__, __name__)
8+
9+
__version__ = "2.1.0"

0 commit comments

Comments
 (0)