use sqlalchemy session only as short as possible
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ setup(
|
||||
url='https://gitlab.com/tpeetz/kontor',
|
||||
license='MIT',
|
||||
packages=find_packages(exclude=['ez_setup', 'tests*']),
|
||||
package_data={'kontor': ['templates/*']},
|
||||
package_data={'kontor': ['templates/*', 'res/*',]},
|
||||
include_package_data=True,
|
||||
entry_points="""
|
||||
[console_scripts]
|
||||
|
||||
Reference in New Issue
Block a user