Skip to content

Commit

Permalink
Fix mistake in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rmontanana committed Nov 4, 2021
1 parent 8bef3ef commit 6a99ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def readme():

def get_data(field):
item = ""
with open("stree/__init__.py") as f:
with open("odte/__init__.py") as f:
for line in f.readlines():
if line.startswith(f"__{field}__"):
delim = '"' if '"' in line else "'"
Expand Down

0 comments on commit 6a99ecf

Please sign in to comment.