mirror of
https://github.com/Cian-H/I-Form_Server_Node_Deployer.git
synced 2026-04-27 19:41:49 +01:00
Automatic documentation via mkdocstrings
This commit is contained in:
+4
-1
@@ -1,9 +1,11 @@
|
||||
[tool.poetry]
|
||||
name = "i-form-server-node-deployer"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
description = "A tool for automatically deploying nodes in a cluster server for research environments."
|
||||
urls={github = "https://github.com/Cian-H/I-Form_Server_Node_Deployer"}
|
||||
authors = ["Cian Hughes <cian.hughes@dcu.ie>"]
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
packages = [
|
||||
{include = "node_deployer", from = "src"},
|
||||
]
|
||||
@@ -29,6 +31,7 @@ docker-stubs = {git = "https://github.com/rdozier-work/docker-stubs"}
|
||||
|
||||
[tool.poetry.group.docs.dependencies]
|
||||
mkdocs = "^1.5.3"
|
||||
mkdocstrings = {extras = ["python"], version = "^0.23.0"}
|
||||
|
||||
[tool.poetry.scripts]
|
||||
node_deployer = "node_deployer.__main__:main"
|
||||
|
||||
Reference in New Issue
Block a user