-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add in ability to pass arguments to the kivy app #4
Add in the ability to run arbitry arguments on the kivy app. This resolve the issue of using kvhot with applications that require additional input --------- Co-authored-by: Alex Hellier <[email protected]>
- Loading branch information
1 parent
b37b2a8
commit eb9c495
Showing
3 changed files
with
44 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ build-backend = 'setuptools.build_meta' | |
|
||
[project] | ||
name = 'kvhot' | ||
version = 'v2024.02.07' | ||
version = 'v2024.09.12' | ||
description = 'Automatically restarts the Kivy application whenever files within the project directory change.' | ||
readme = 'README.md' | ||
authors = [{ name = 'Kulothungan U.G', email = '[email protected]' }] | ||
authors = [{ name = 'Kulothungan U.G', email = '[email protected]' }, { name = 'Alexander Hellier', email = '[email protected]' }] | ||
license = { file = 'LICENSE' } | ||
keywords = ['kivy', 'kivymd', 'hotrestart', 'gui'] | ||
dependencies = [ | ||
|