We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a7d24 commit 02d7366Copy full SHA for 02d7366
pandas_ta/__init__.py
@@ -1,4 +1,3 @@
1
-name = "pandas_ta"
2
"""
3
.. moduleauthor:: Kevin Johnson
4
@@ -7,7 +6,7 @@
7
6
from pkg_resources import get_distribution, DistributionNotFound
8
9
10
-_dist = get_distribution("pandas_ta")
+_dist = get_distribution("ft-pandas-ta")
11
try:
12
# Normalize case for Windows systems
13
here = Path(_dist.location) / __file__
0 commit comments