16 lines
306 B
TOML
16 lines
306 B
TOML
[project]
|
|
name = "source-connectors"
|
|
version = "0.1.0"
|
|
description = "Pluggable GitHub and SharePoint content connectors"
|
|
requires-python = ">=3.11"
|
|
dependencies = []
|
|
|
|
[project.optional-dependencies]
|
|
test = ["pytest>=8.0,<9"]
|
|
|
|
[tool.pytest.ini_options]
|
|
testpaths = ["tests"]
|
|
|
|
[tool.ruff]
|
|
line-length = 100
|