Spaces:
Sleeping
Sleeping
chaton59
commited on
Commit
·
c7e2a22
1
Parent(s):
c9e8283
Starting !
Browse files- oc_p5/__init__.py +0 -0
- poetry.lock +7 -0
- pyproject.toml +19 -0
oc_p5/__init__.py
ADDED
|
File without changes
|
poetry.lock
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand.
|
| 2 |
+
package = []
|
| 3 |
+
|
| 4 |
+
[metadata]
|
| 5 |
+
lock-version = "2.1"
|
| 6 |
+
python-versions = ">=3.12"
|
| 7 |
+
content-hash = "75265641fd1a3f2a4d608312a3879427b7141ac2a51d0873da5711cbc8ead28e"
|
pyproject.toml
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[project]
|
| 2 |
+
name = "oc-p5"
|
| 3 |
+
version = "0.1.0"
|
| 4 |
+
description = ""
|
| 5 |
+
authors = [
|
| 6 |
+
{name = "chaton59",email = "v.trouillez@gmail.com"}
|
| 7 |
+
]
|
| 8 |
+
readme = "README.md"
|
| 9 |
+
requires-python = ">=3.12"
|
| 10 |
+
dependencies = [
|
| 11 |
+
]
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
[build-system]
|
| 15 |
+
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
| 16 |
+
build-backend = "poetry.core.masonry.api"
|
| 17 |
+
|
| 18 |
+
[tool.poetry]
|
| 19 |
+
packages = [{include = "oc_p5"}]
|