aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo de la Hogue2024-04-10 15:26:39 +0200
committerThéo de la Hogue2024-04-10 15:26:39 +0200
commit9994f7f9ddcf94ee0c6bab67761e714e9025bd6f (patch)
tree2a28ba53dc1eb9fcb2c664d0b1582e14785c8615
parent03013286100d4a3cc49439afc6f432f7be0c494b (diff)
downloadargaze-9994f7f9ddcf94ee0c6bab67761e714e9025bd6f.zip
argaze-9994f7f9ddcf94ee0c6bab67761e714e9025bd6f.tar.gz
argaze-9994f7f9ddcf94ee0c6bab67761e714e9025bd6f.tar.bz2
argaze-9994f7f9ddcf94ee0c6bab67761e714e9025bd6f.tar.xz
Updating project urls and contact.
-rw-r--r--docs/index.md2
-rw-r--r--docs/installation.md4
-rw-r--r--pyproject.toml16
3 files changed, 14 insertions, 8 deletions
diff --git a/docs/index.md b/docs/index.md
index 3784bdd..385275a 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -4,7 +4,7 @@ title: What is ArGaze?
# Develop post- or real-time gaze processing applications
-**Useful links**: [Installation](installation.md) | [Source Repository](https://git.recherche.enac.fr/projects/argaze/repository) | [Issue Tracker](https://git.recherche.enac.fr/projects/argaze/issues) | [Contact](mailto:achil-contact@recherche.enac.fr)
+**Useful links**: [Installation](installation.md) | [Source Repository](https://gitpub.recherche.enac.fr/argaze) | [Issue Tracker](https://git.recherche.enac.fr/projects/argaze/issues) | [Contact](mailto:argaze-contact@recherche.enac.fr)
**ArGaze** is a Python software library that lets you build **custom-made gaze processing pipelines** for **any kind of eye tracker device,** whether for **post- or real-time data processing**.
diff --git a/docs/installation.md b/docs/installation.md
index 32d01e9..5329e0f 100644
--- a/docs/installation.md
+++ b/docs/installation.md
@@ -7,12 +7,12 @@ How to install ArGaze
!!! warning
- *ArGaze is not yet in public repository: [contact ACHIL laboratory](mailto:achil-contact@recherche.enac.fr) to get in touch.*
+ *ArGaze is a public read-only git repository: [contact ACHIL laboratory](mailto:argaze-contact@recherche.enac.fr) for requests or patchs.*
Clone ArGaze repository:
```console
-git clone ssh://git@git.recherche.enac.fr/interne-ihm-aero/eye-tracking/argaze.git
+git clone https://gitpub.recherche.enac.fr/argaze
```
!!! note
diff --git a/pyproject.toml b/pyproject.toml
index 1bb1634..54f342b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,12 +7,12 @@ build-backend = "setuptools.build_meta"
[project]
name = "argaze"
authors = [
- {name = 'ACHIL laboratory at Ecole Nationale de l\'Aviation Civile (ENAC)', email = 'achil@recherche.enac.fr'}
+ {
+ name = 'ACHIL laboratory at Ecole Nationale de l\'Aviation Civile (ENAC)',
+ email = 'argaze-contact@recherche.enac.fr'
+ }
]
-urls=[
- 'https://git.recherche.enac.fr/projects/argaze/'
-]
-description = "Open and Flexible Software Library for Gaze Analysis and Interaction."
+description = "An Open and Flexible Software Library for Gaze Analysis and Interaction."
readme= "README.md"
requires-python = ">=3.11"
keywords=[
@@ -46,5 +46,11 @@ dependencies = [
]
dynamic = ["version"]
+[project.urls]
+Homepage = "https://gitpub.recherche.enac.fr/argaze"
+Documentation = "http://achil.recherche.enac.fr/features/eye/argaze/index.html"
+Repository = "https://gitpub.recherche.enac.fr/argaze"
+Issues = "https://git.recherche.enac.fr/projects/argaze/issues"
+
[project.scripts]
demo="argaze ./src/argaze/utils/demo/ opencv_window_context_setup.json" \ No newline at end of file