add office (i.e. libreoffice / ooo / uno) optional dependency
This commit is contained in:
parent
febdc67833
commit
ac2a1062db
1 changed files with 7 additions and 0 deletions
|
@ -15,6 +15,13 @@ dependencies = [
|
||||||
"py-scopes",
|
"py-scopes",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[project.optional-dependencies]
|
||||||
|
office = [
|
||||||
|
"oooenv",
|
||||||
|
"ooo-dev-tools",
|
||||||
|
]
|
||||||
|
test = ["zope.testrunner"]
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
packages = ["scopes.office"]
|
packages = ["scopes.office"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue