feat: add OCB
This commit is contained in:
parent
70847fa3e0
commit
8796815a60
2 changed files with 84 additions and 0 deletions
19
OCB/pyproject.toml
Normal file
19
OCB/pyproject.toml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[project]
|
||||
name = "odoo"
|
||||
version = "%s"
|
||||
dynamic = [
|
||||
"optional-dependencies",
|
||||
"dependencies",
|
||||
"classifiers",
|
||||
"authors",
|
||||
"license",
|
||||
"requires-python",
|
||||
"readme",
|
||||
"description"
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=41"]
|
||||
build-backend = "pep517_odoo"
|
||||
backend-path = ["setup"]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue