diff --git a/requirements.txt b/requirements.txt index cde7fcc..a1746fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -PyQt5 == 5.2.1 \ No newline at end of file +PyQt5 >= 5.2.1 +cx_Freeze >= 4.3 \ No newline at end of file diff --git a/setup.py b/setup.py index 3f7de04..341487a 100644 --- a/setup.py +++ b/setup.py @@ -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="nikolay.v.golub@gmail.com",