Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
优化import路径
Browse files Browse the repository at this point in the history
  • Loading branch information
loopyme committed Sep 4, 2020
1 parent 643ad4b commit bc02f91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

version = "0.1.0"
version = "0.1.1"

# Read the contents of README file
source_root = Path(".")
Expand Down
2 changes: 2 additions & 0 deletions src/cqu_jwc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from cqu_jwc.student import Student
from cqu_jwc.utils import check_update

check_update('cqu-jwc')
main = ['Student']

0 comments on commit bc02f91

Please sign in to comment.