-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpyproject.toml
47 lines (43 loc) · 1.04 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[project]
requires-python = ">=3.7"
name = "attila-demo"
version = "1.0"
description = "Demo blog for Attila Pelican Theme"
authors = [
{ name = "Arulraj Venni", email = "me@arulraj.net"}
]
readme = "README.md"
license = {file = "LICENSE"}
keywords = [
'pelican',
'pelican-theme',
'markdown',
'theme',
'python',
'attila',
'attila-theme',
]
dependencies = [
"pelican == 4.10.2",
"pelican-image-process == 3.0.4",
"pelican-minify == 2.0.0",
"pelican-neighbors == 1.2.0",
"pelican-related-posts == 1.0.0",
"pelican-seo == 1.2.2",
"pelican-sitemap == 1.2.0",
"pelican-statistics == 1.0.0",
"pelican-webassets == 2.1.0",
"markdown == 3.7",
"ghp-import == 2.1.0",
"invoke == 2.2.0",
"pysvg == 0.2.2",
"attila@git+https://github.com/arulrajnet/attila#egg=master",
"pelican-obsidian@git+https://github.com/jonathan-s/pelican-obsidian#egg=main",
]
[tool.setuptools]
include-package-data = true
packages = [
"attila-demo",
]
[tool.setuptools.package-dir]
"attila-demo" = "."