summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 4243984890e24b650395516267c17415db430a95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[tool.poetry]
name = "feedgenerator"
version = "2.1.0"
description = "Standalone version of django.utils.feedgenerator"
authors = ["Pelican Dev Team <authors@getpelican.com>"]
readme = "README.rst"
license = "BSD-3-Clause"
keywords = ["feed", "atom", "rss"]

[tool.autopub]
project-name = "feedgenerator"
git-username = "botpub"
git-email = "52496925+botpub@users.noreply.github.com"
version-strings = ["setup.py"]
build-system = "setuptools"

[build-system]
requires = ["setuptools >= 40.6.0"]