From 9bc36a8eaff0b57f39d7b2b931b1a60421fac3f6 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Fri, 31 Dec 2021 15:27:49 +0700 Subject: Bootstrap codebase --- pyproject.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..e73aab8 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,22 @@ +[build-system] +requires = [ "flit_core >=3.2,<4" ] +build-backend = "flit_core.buildapi" + +[project] +name = "rub" +version = "0.0.0" +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 = [ "markdown-it-py" ] +urls = { SourceHut = "https://sr.ht/~cnx/rub" } -- cgit 1.4.1