Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tekofx committed Feb 23, 2022
1 parent fdc59dd commit 1360bcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pomody/pomody.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
import os
from pomody.console import Console

WORK_TIME = 10
SHORT_BREAK_TIME = 5
LONG_BREAK_TIME = 5
WORK_TIME = 25 * 60
SHORT_BREAK_TIME = 5 * 60
LONG_BREAK_TIME = 30 * 60


class pomody:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
license="MIT", # Chose a license from here: https://help.github.com/articles/licensing-a-repository
description="A pomodoro CLI app", # Give a short description about your library
long_description=long_description,
long_description_content_type='text/markdown'
long_description_content_type="text/markdown",
author="Teko", # Type in your name
author_email="[email protected]", # Type in your E-Mail
url="https://github.com/Tekofx/pomody", # Provide either the link to your github or to your website
Expand Down

0 comments on commit 1360bcf

Please sign in to comment.