summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..ff154bb
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,18 @@
+[tool.poetry]
+name = "feedgenerator"
+version = "2.0.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", "wheel"]