Skip to content

Commit 061dada

Browse files
committed
fix github actions
1 parent ea57c8b commit 061dada

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010

1111
__title__ = "py-vchart"
12+
__folder_title__ = "pyvchart"
1213
__description__ = "python visualization sdk for @visactor/vchart"
1314
__url__ = "https://github.com/VisActor/py-vchart"
1415
__author_email__ = "shjkfld379978424@gmail.com"
@@ -24,7 +25,7 @@
2425
# Load the package's _version.py module as a dictionary.
2526
here = os.path.abspath(os.path.dirname(__file__))
2627
about = {}
27-
with open(os.path.join(here, __title__, "_version.py")) as f:
28+
with open(os.path.join(here, __folder_title__, "_version.py")) as f:
2829
exec(f.read(), about)
2930

3031

0 commit comments

Comments
 (0)