mirror of
https://github.com/Doctorado-ML/Odte.git
synced 2025-07-11 08:12:06 +00:00
Fix mistake in setup
This commit is contained in:
parent
8bef3efc03
commit
6a99ecf44d
2
setup.py
2
setup.py
@ -8,7 +8,7 @@ def readme():
|
|||||||
|
|
||||||
def get_data(field):
|
def get_data(field):
|
||||||
item = ""
|
item = ""
|
||||||
with open("stree/__init__.py") as f:
|
with open("odte/__init__.py") as f:
|
||||||
for line in f.readlines():
|
for line in f.readlines():
|
||||||
if line.startswith(f"__{field}__"):
|
if line.startswith(f"__{field}__"):
|
||||||
delim = '"' if '"' in line else "'"
|
delim = '"' if '"' in line else "'"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user