d10g commited on
Commit
677b65a
·
1 Parent(s): 6ddcf69

Removed superfluous .toml file

Browse files
reachy_f1_commentator/pyproject.toml DELETED
@@ -1,28 +0,0 @@
1
- [build-system]
2
- requires = ["setuptools>=61.0"]
3
- build-backend = "setuptools.build_meta"
4
-
5
-
6
- [project]
7
- name = "reachy_f1_commentator"
8
- version = "0.1.0"
9
- description = "Add your description here"
10
- readme = "README.md"
11
- requires-python = ">=3.10"
12
- dependencies = [
13
- "reachy-mini"
14
- ]
15
- keywords = ["reachy-mini-app"]
16
-
17
- [project.entry-points."reachy_mini_apps"]
18
- reachy_f1_commentator = "reachy_f1_commentator.main:ReachyF1Commentator"
19
-
20
- [tool.setuptools]
21
- package-dir = { "" = "." }
22
- include-package-data = true
23
-
24
- [tool.setuptools.packages.find]
25
- where = ["."]
26
-
27
- [tool.setuptools.package-data]
28
- reachy_f1_commentator = ["**/*"] # Also include all non-.py files