about summary refs log tree commit diff
path: root/pyproject.toml
blob: 6f6167becd4f8bf320ae36c76c06d630c593ca36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[build-system]
requires = [ "flit_core >=3.2,<4" ]
build-backend = "flit_core.buildapi"

[project]
name = "rub"
version = "0.0.1"
description = "A static generator"
readme = "README.md"
requires-python = ">=3.7"
license = { file = "COPYING" }
authors = [ { name = "Nguyễn Gia Phong", email = "mcsinyx@disroot.org" } ]
maintainers = [ { name = "Nguyễn Gia Phong", email = "mcsinyx@disroot.org" } ]
keywords = [ "ssg", "feed", "markdown" ]
classifiers = [
    "Development Status :: 1 - Planning",
    "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
    "Operating System :: OS Independent",
    "Programming Language :: Python",
    "Topic :: Utilities" ]
dependencies = [ "doit", "Jinja2", "markdown-it-py[linkify,plugins]" ]
urls = { SourceHut = "https://sr.ht/~cnx/rub" }