forked from Denperidge-Redpencil/divio-docs-gen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
27 lines (25 loc) · 881 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
[project]
name = "divio_docs_parser"
version = "0.1.2"
authors = [
{ name="Denperidge", email="[email protected]" },
]
description = "Collect and parse all your divio-style documentation with just one line of code!"
readme = "README.md"
requires-python = ">=3.6"
dependencies = []
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Documentation",
"Topic :: Text Processing :: Markup :: Markdown"
]
[project.urls]
"Homepage" = "https://github.com/Denperidge-Redpencil/divio-docs-parser"
"Bug Tracker" = "https://github.com/Denperidge-Redpencil/divio-docs-parser/issues"
[build-system]
requires = ["setuptools>=68.0"]
build-backend = "setuptools.build_meta"