Skip to content

Commit

Permalink
adding pypi uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
Wallace committed Apr 2, 2024
1 parent d540149 commit c5a4d14
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c5a4d14

Please sign in to comment.