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 c7d1a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -24,7 +24,7 @@ def find_templates():

setup(
name="packet-networking",
version="1.0",
version="2.1",
description="Tool used to setup the network files for an operating system.",
author="Manny Mendez, Mike Mason",
author_email="manny@packet.com, mason@packet.com",
Expand Down

0 comments on commit c7d1a02

Please sign in to comment.