Skip to content

Commit

Permalink
Modify setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Golub committed Jul 4, 2014
1 parent 19f67ef commit 9e95252
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
PyQt5 == 5.2.1
PyQt5 >= 5.2.1
cx_Freeze >= 4.3
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
if sys.platform == "win32":
base = "Win32GUI"

target_app = os.path.join("pyjtt", "pyjtt_gui.py")
target_app = os.path.join("pyjtt", "app.py")

setup( name = "pyjtt",
version = "1.1",
version = "1.2",
description = "Jira Time Tracker",
maintainer="Nikolay Golub",
maintainer_email="[email protected]",
Expand Down

0 comments on commit 9e95252

Please sign in to comment.