ludobot 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
ludobot-0.1.0/PKG-INFO ADDED
@@ -0,0 +1,5 @@
1
+ Metadata-Version: 2.4
2
+ Name: ludobot
3
+ Version: 0.1.0
4
+ Summary: Un bot ludique
5
+ Author: Dorian, Maxence, Valéria, Melody
@@ -0,0 +1,8 @@
1
+ Projet Tutoré 2025-2026
2
+
3
+ Groupe : EVA Maxence, ROMO-ACEVEDO Valéria, FENARD Dorian, DROUVOT Melody
4
+
5
+ Tuteur : PARMENTIER Yannick
6
+
7
+ Script d'installation des dépendances : install.bat
8
+ Lancer le projet : launch.py
@@ -0,0 +1,22 @@
1
+ [project]
2
+ name = "ludobot"
3
+ version = "0.1.0"
4
+ description = "Un bot ludique"
5
+ authors = [
6
+ {name = "Dorian"},
7
+ {name = "Maxence"},
8
+ {name = "Valéria"},
9
+ {name = "Melody"}
10
+ ]
11
+ dependencies = []
12
+
13
+ [project.scripts]
14
+ ludobot = "ludobot.launch:main"
15
+
16
+ [tool.setuptools]
17
+ include-package-data = true
18
+
19
+ [tool.setuptools.package-data]
20
+ ludobot = [
21
+ "mobile_app/**/*"
22
+ ]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+