60d12582fa
Change-Id: I9f31ad216da2e3517dbaade34b1c9bb530893904
17 lines
356 B
INI
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
|