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

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
junhg0211 committed Feb 28, 2021
1 parent 13b92d4 commit 8a57afa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

build_exe_options = {'packages': ['keyboard', 'json']}

setup(name="Shtelian Keyboard",
setup(name="Stelian Keyboard",
version="1.0",
description="Shtelian Keyboard made by Sch",
description="Stelian Keyboard made by Sch",
options={"build_exe": build_exe_options},
executables=[Executable("__main__.py", target_name='ShtelianKeyboard')])
executables=[Executable("__main__.py", target_name='StelianKeyboard')])

0 comments on commit 8a57afa

Please sign in to comment.