1 parent 167e8f4 commit b059c6cCopy full SHA for b059c6c
1 file changed
setup.py
@@ -62,7 +62,7 @@ def unroll_nested_reqs(req_str: str, base_path: pathlib.Path):
62
return list(req_set)
63
64
with open(
65
- pathlib.Path(__file__).parent / "munin_plugin_prc" / "__init__.py", "r"
+ pathlib.Path(__file__).parent / "projectname" / "__init__.py", "r"
66
) as project_init_file:
67
content = project_init_file.read()
68
# get version string from module
@@ -190,7 +190,7 @@ def requirements(self) -> list:
190
191
@property
192
def description(self):
193
- return "Short descriptioon"
+ return "Short description"
194
195
196
def readme(self):
0 commit comments