Skip to content

Commit

Permalink
setup: update to v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Miller committed Jan 11, 2024
1 parent 68ad0c5 commit 8de527a
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 @@ -10,7 +10,7 @@

def find_templates():
files = []
for (path, directories, filenames) in os.walk(package_dir):
for path, directories, filenames in os.walk(package_dir):
if "templates" not in path.split(os.path.sep):
continue
for file in filenames:
Expand Down

0 comments on commit 8de527a

Please sign in to comment.