-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Wallace
committed
Apr 2, 2024
1 parent
d540149
commit c5a4d14
Showing
1 changed file
with
10 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,18 +21,24 @@ exclude = [ | |
|
||
[project] | ||
name = "eyeGestures" | ||
version = "1.3.2" | ||
version = "1.3.3" | ||
authors = [ | ||
{ name="Piotr Walas", email="[email protected]" }, | ||
{ name="Piotr Walas", email="[email protected]" }, | ||
] | ||
maintainers = [ | ||
{ name="Piotr Walas", email="[email protected]" } | ||
] | ||
description = "Package for eye tracking algorithm allowing for development of gaze controlled computer interface" | ||
readme = "README.md" | ||
license = {file = "LICENSE"} | ||
requires-python = ">=3.8" | ||
keywords = ["eyetracking", "eye", "gaze", "tracking", "gazetracking"] | ||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", | ||
"Operating System :: OS Independent", | ||
] | ||
|
||
[project.urls] | ||
Homepage = "https://github.com/PeterWaIIace/EyeGestures" | ||
Issues = "https://github.com/PeterWaIIace/EyeGestures/Issues" | ||
Homepage = "https://github.com/NativeSensors/EyeGestures" | ||
Issues = "https://github.com/NativeSensors/EyeGestures/Issues" |