Register email profiles provided by this pkg

This commit is contained in:
Lance Edgar 2022-08-06 21:44:26 -05:00
parent 7f9cab3b47
commit cf342f33cf

View file

@ -2,7 +2,7 @@
################################################################################
#
# Rattail -- Retail Software Framework
# Copyright © 2010-2021 Lance Edgar
# Copyright © 2010-2022 Lance Edgar
#
# This file is part of Rattail.
#
@ -98,5 +98,10 @@ setup(
'rattail.commands': [
'import-mailchimp = rattail_mailchimp.commands:ImportMailChimp',
],
'rattail.emails': [
'rattail_mailchimp = rattail_mailchimp.emails',
],
},
)