Add config extension, to record data changes if so configured.
This commit is contained in:
parent
211959693c
commit
3b5ea0e426
2 changed files with 54 additions and 3 deletions
12
setup.py
12
setup.py
|
@ -151,8 +151,14 @@ setup(
|
|||
zip_safe = False,
|
||||
|
||||
entry_points = {
|
||||
|
||||
'paste.app_factory': [
|
||||
'main = tailbone.app:main',
|
||||
],
|
||||
},
|
||||
)
|
||||
],
|
||||
|
||||
'rattail.config.extensions': [
|
||||
'tailbone = tailbone.config:ConfigExtension',
|
||||
],
|
||||
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue