mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-04-29 02:12:39 +02:00
Rather than having the version specified in different locations. This uses setuptools dynamic features.
5 lines
104 B
Python
5 lines
104 B
Python
from la_chariotte import __version__
|
|
|
|
|
|
def inject_version(request):
|
|
return {"version": __version__}
|