1
0
Fork 0
forked from github/pelican

Configure AutoPub for Pelican changelog path & format

This commit is contained in:
Justin Mayer 2019-08-21 14:31:51 +02:00
commit f1430472b8

View file

@ -63,6 +63,9 @@ pelican = "pelican.__main__:main"
project-name = "Pelican"
git-username = "botpub"
git-email = "botpub@autopub.rocks"
changelog-file = "docs/changelog.rst"
changelog-header = "###############"
version-header = "="
version-strings = ["setup.py"]
build-system = "setuptools"