-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: drop
is_test_environment
, the code using headless kivy sh…
…ould be responsible for setting up the environment so that it can fully customize the configuration
- Loading branch information
Showing
5 changed files
with
13 additions
and
20 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
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[tool.poetry] | ||
name = "headless-kivy-pi" | ||
version = "0.8.0" | ||
description = "Headless renderer for Kivy framework on Raspberry Pi" | ||
version = "0.8.1" | ||
description = "Headless renderer for Kivy framework" | ||
authors = ["Sassan Haradji <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
homepage = 'https://github.com/sassanh/headless-kivy-pi/' | ||
repository = 'https://github.com/sassanh/headless-kivy-pi/' | ||
keywords = ['kivy', 'raspberry-pi', 'headless', 'display'] | ||
keywords = ['kivy', 'headless', 'display', 'pytest'] | ||
packages = [ | ||
{ include = "headless_kivy_pi" }, | ||
{ include = "headless_kivy_pi_pytest" }, | ||
|