We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7362833 commit 54780eaCopy full SHA for 54780ea
setup.py
@@ -55,7 +55,7 @@ def read_requirements(path):
55
56
# loading version from setup.py
57
with codecs.open(
58
- os.path.join(here, "template/__init__.py"), encoding="utf-8"
+ os.path.join(here, "cortext/__init__.py"), encoding="utf-8"
59
) as init_file:
60
version_match = re.search(
61
r"^__version__ = ['\"]([^'\"]*)['\"]", init_file.read(), re.M
@@ -83,4 +83,4 @@ def read_requirements(path):
83
"Programming Language :: Python :: 3",
84
"Topic :: Software Development",
85
],
86
-)
+)
0 commit comments