Separated open-cmis-tck and guide-board repositories

This commit is contained in:
2026-05-07 21:52:08 +02:00
parent b0d3443dc0
commit e778dc2252
59 changed files with 489 additions and 5368 deletions

View File

@@ -3,19 +3,16 @@ requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "guide-board"
name = "open-cmis-tck"
version = "0.1.0"
description = "Certification and compliance preparation framework core."
description = "OpenCMIS TCK extension for guide-board."
readme = "README.md"
requires-python = ">=3.11"
license = { file = "LICENSE" }
authors = [
{ name = "guide-board contributors" }
{ name = "open-cmis-tck contributors" }
]
dependencies = []
[project.scripts]
guide-board = "guide_board.cli:main"
[tool.setuptools.packages.find]
where = ["src"]