Skip to content

Commit 54780ea

Browse files
authored
redirect to cortext
1 parent 7362833 commit 54780ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def read_requirements(path):
5555

5656
# loading version from setup.py
5757
with codecs.open(
58-
os.path.join(here, "template/__init__.py"), encoding="utf-8"
58+
os.path.join(here, "cortext/__init__.py"), encoding="utf-8"
5959
) as init_file:
6060
version_match = re.search(
6161
r"^__version__ = ['\"]([^'\"]*)['\"]", init_file.read(), re.M
@@ -83,4 +83,4 @@ def read_requirements(path):
8383
"Programming Language :: Python :: 3",
8484
"Topic :: Software Development",
8585
],
86-
)
86+
)

0 commit comments

Comments
 (0)