Configure towncrier to use src directory

This commit is contained in:
Bruno Oliveira 2018-06-05 01:01:23 +00:00
parent cc793a8575
commit c58b67c540
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
[tool.towncrier]
package = "pytest"
package_dir = "src"
filename = "CHANGELOG.rst"
directory = "changelog/"
template = "changelog/_template.rst"