Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
; setup.py: fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
cadadr committed Mar 1, 2021
1 parent 6f4feb9 commit 6ad80a7
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 @@ -21,7 +21,7 @@ def collect_data_files():

setuptools.setup(
name="pomodorino",
version="0.1.0b5"
version="0.1.0b5",
author="Göktuğ Kayaalp",
author_email="self@gkayaalp.com",
description="Simple GTK+ Pomodoro(TM) applet",
Expand Down

0 comments on commit 6ad80a7

Please sign in to comment.