Skip to content

Commit 14e5bf4

Browse files
committed
Fix issue with importing openlayer
1 parent 210b42b commit 14e5bf4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

openlayer/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Define the SDK version here so that the interal package can have access to this value.
22
# See https://stackoverflow.com/questions/2058802
3-
__version__ = "0.0.0a13"
3+
__version__ = "0.0.0a14"

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ project_urls =
2222
Openlayer User Slack Group = https://l.linklyhq.com/l/1DG73
2323

2424
[options]
25-
packages = openlayer
25+
packages =
26+
openlayer
27+
openlayer.validators
2628
install_requires =
2729
jupyter
2830
pandas

0 commit comments

Comments
 (0)