summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 38d012693ea7f0746c3fc104338ed7532e658cf2 (plain)
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
[metadata]
name = pyssg
author = David Luevano Alvarado
author-email = david@luevano.xyz
maintainer = David Luevano Alvarado
maintainer-email = david@luevano.xyz
summary = A Static Site Generator using markdown files
description-file = README.md
license = GPLv3
home-page = https://github.com/luevano/pyssg
classifiers =
	Programming Language :: Python :: 3
	License :: OSI Approved :: GNU General Public License v3 (GPLv3)
	Operating System :: Unix
	Topic :: Text Processing :: Markup :: HTML
	Topic :: Text Processing :: Markup :: Markdown
keywords =
	python
	static
	site
	generator
	markdown
	minimalist

[files]
packages =
	pyssg

[bdist_wheel]
universal = 0

[options]
package_dir =
	= src
packages = find:

[options.packages.find]
where = src