forked from lasp/developer-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
34 lines (30 loc) · 920 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "developer-guide"
version = "0.1.0"
description = "Guidelines for software developers at LASP"
authors = [
"Matthew Bourque <Matthew.Bourque@lasp.colorado.edu>",
"Keira Brooks <Keira.Brooks@lasp.colorado.edu>",
"Veronica Martinez <Veronica.Martinez@lasp.colorado.edu>",
"Alex Ware <Alex.Ware@lasp.colorado.edu>"]
readme = "README.md"
license = "MIT"
keywords = ["LASP", "Developer Guide", "Software"]
classifiers = [
"Natural Language :: English",
"Topic :: Software Development",
"Topic :: Scientific/Engineering",
]
[tool.poetry.dependencies]
myst-parser = "^3.0.1"
python = ">=3.9,<4"
sphinx = "^7.3.7"
sphinx-rtd-theme = "^2.0.0"
[project.urls]
homepage = "https://github.com/lasp/"
repository = "https://github.com/lasp/developer-guide"
[tool.codespell]
ignore-words-list = "nd"