Tweak for new invocations release tasks

This commit is contained in:
Jeff Forcier 2016-12-09 11:18:05 -08:00
parent 2d7a87f7b6
commit c79079347c

View file

@ -1,3 +1,5 @@
from os.path import join
from invocations import docs
from invocations.testing import test, integration, watch_tests
from invocations.packaging import release
@ -13,5 +15,9 @@ ns.configure({
'packaging': {
'sign': True,
'wheel': True,
'changelog_file': join(
docs.ns.configuration()['sphinx']['source'],
'changelog.rst',
),
},
})