diff --git a/setup.py b/setup.py index bfe01c7..e074b15 100644 --- a/setup.py +++ b/setup.py @@ -40,10 +40,10 @@ Type=Application Categories=Utility; """ - file_path = Path(f"~/.local/share/applications/{program}.desktop").expanduser().resolve() +file_path = Path(f"~/.local/share/applications/{program}.desktop").expanduser().resolve() - with open(file_path, 'w') as f: - f.write(content) +with open(file_path, 'w') as f: + f.write(content) with open("requirements.txt") as f: