[metadata]
name = pyssg
author = David Luevano Alvarado
author_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

[files]
packages =
	pyssg

[bdist_wheel]
universal = 0

[entry_points]
console_scripts =
	pyssg = pyssg:main

[options]
package_dir =
	= src
packages = find:
include_package_data=True

[options.packages.find]
where = src