Skip to content

Commit

Permalink
Fixed issue #7
Browse files Browse the repository at this point in the history
  • Loading branch information
athrvvvv committed Dec 17, 2022
1 parent 16ac309 commit a83c159
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions release.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name = 'appopener'

branch = ''
version = '1.3'
version = '1.4'
description = "Open any application by it's name."
a = open("AppOpener/README.md",encoding="utf8")
read = a.read()
Expand All @@ -23,8 +23,8 @@
'Windows 10']

keywords = ['appopener',
'open apps',
'App Ids',
'open apps',
'App Ids',
'automation']

classifiers = ['Development Status :: 5 - Production/Stable',
Expand All @@ -40,5 +40,6 @@
]

install_requires=[
"wheel"
"wheel",
"pywin32"
]

0 comments on commit a83c159

Please sign in to comment.