generated from coulomb/repo-seed
Separated open-cmis-tck and guide-board repositories
This commit is contained in:
21
pyproject.toml
Normal file
21
pyproject.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=68"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "guide-board"
|
||||
version = "0.1.0"
|
||||
description = "Certification and compliance preparation framework core."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
license = { file = "LICENSE" }
|
||||
authors = [
|
||||
{ name = "guide-board contributors" }
|
||||
]
|
||||
dependencies = []
|
||||
|
||||
[project.scripts]
|
||||
guide-board = "guide_board.cli:main"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
Reference in New Issue
Block a user