Skip to content

Commit b059c6c

Browse files
committed
typo
1 parent 167e8f4 commit b059c6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def unroll_nested_reqs(req_str: str, base_path: pathlib.Path):
6262
return list(req_set)
6363

6464
with open(
65-
pathlib.Path(__file__).parent / "munin_plugin_prc" / "__init__.py", "r"
65+
pathlib.Path(__file__).parent / "projectname" / "__init__.py", "r"
6666
) as project_init_file:
6767
content = project_init_file.read()
6868
# get version string from module
@@ -190,7 +190,7 @@ def requirements(self) -> list:
190190

191191
@property
192192
def description(self):
193-
return "Short descriptioon"
193+
return "Short description"
194194

195195
@property
196196
def readme(self):

0 commit comments

Comments
 (0)