1
0
mirror of https://github.com/civsocit/olgram.git synced 2025-12-16 20:46:17 +00:00

documentation first iteration

This commit is contained in:
mihalin
2021-09-22 19:19:11 +03:00
parent 7c6abd5558
commit 29d7118833
11 changed files with 221 additions and 1 deletions

8
pyproject.toml Normal file
View File

@@ -0,0 +1,8 @@
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[project]
name = "olgram"
authors = [{name = "civsocit", email = "feedback@civsoc.it"}]
dynamic = ["version", "description"]