Skip to content

Commit 3a6cb10

Browse files
committed
Add missing poetry files
1 parent f9c1aad commit 3a6cb10

File tree

2 files changed

+112
-0
lines changed

2 files changed

+112
-0
lines changed

poetry.lock

+95
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[tool.poetry]
2+
name = "appimage-website"
3+
version = "0.0.1"
4+
description = "Source for appimage.org"
5+
authors = ["AppImage Team"]
6+
license = "Apache 2.0"
7+
8+
[tool.poetry.dependencies]
9+
python = "^3.6"
10+
Jinja2 = "^3.0.1"
11+
Babel = "^2.9.1"
12+
13+
[tool.poetry.dev-dependencies]
14+
15+
[build-system]
16+
requires = ["poetry-core>=1.0.0"]
17+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)