Skip to content

Commit 02d7366

Browse files
committed
chore: update "find" logic for new package name
1 parent 93a7d24 commit 02d7366

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas_ta/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
name = "pandas_ta"
21
"""
32
.. moduleauthor:: Kevin Johnson
43
"""
@@ -7,7 +6,7 @@
76
from pkg_resources import get_distribution, DistributionNotFound
87

98

10-
_dist = get_distribution("pandas_ta")
9+
_dist = get_distribution("ft-pandas-ta")
1110
try:
1211
# Normalize case for Windows systems
1312
here = Path(_dist.location) / __file__

0 commit comments

Comments
 (0)