Skip to content

Commit

Permalink
[fix] missing sub packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tswsxk committed Apr 21, 2024
1 parent d322776 commit 384494d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion longling/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
from longling.utils import path
from longling.utils import parser

__version__ = '1.4.2'
__version__ = '1.4.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def find_version(*file_paths):
python_requires='>=3.8',
packages=find_packages(
include=[
"longling",
"longling", "longling.*"
],
exclude=[
]
Expand Down

0 comments on commit 384494d

Please sign in to comment.