Skip to content

Commit

Permalink
import orderly.orderly instead of orderly.
Browse files Browse the repository at this point in the history
  • Loading branch information
dswigh committed Aug 1, 2023
1 parent 8fe2142 commit 762ea09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions orderly/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import orderly.data
import orderly.extract
import orderly.extract.main
import orderly.extract.extractor
from orderly.extract.extractor import OrdExtractor
import orderly.clean.cleaner
import orderly.orderly.data
import orderly.orderly.extract
import orderly.orderly.extract.main
import orderly.orderly.extract.extractor
from orderly.orderly.extract.extractor import OrdExtractor
import orderly.orderly.clean.cleaner

from orderly.types import *
from orderly.orderly.types import *
import logging

logging.getLogger("orderly").addHandler(logging.NullHandler())
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="orderly",
version="0.1.1",
version="0.1.2",
description="A wrapper for downloading ORD-schema data, extracting and cleaning the data",
license="MIT",
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 762ea09

Please sign in to comment.