atmosphere/setup.cfg
JamesGibo 60d12582fa Add manager script to initialise database tables
Change-Id: I9f31ad216da2e3517dbaade34b1c9bb530893904
2021-03-03 08:17:28 +00:00

17 lines
356 B
INI

[metadata]
name = atmosphere
[files]
packages =
atmosphere
[entry_points]
console_scripts =
atmosphere-manage = atmosphere.manage:main
wsgi_scripts =
atmosphere-ingress-wsgi = atmosphere.api.ingress:init_application
atmosphere-usage-wsgi = atmosphere.api.usage:init_application
[tool:pytest]
mocked-sessions=atmosphere.models.db.session