django-for-runners_ynh/for_runners_ynh/constants.py

12 lines
294 B
Python
Raw Normal View History

2024-08-02 17:01:38 +02:00
from pathlib import Path
import for_runners_ynh
from bx_py_utils.path import assert_is_file
PACKAGE_ROOT = Path(for_runners_ynh.__file__).parent.parent
assert_is_file(PACKAGE_ROOT / 'pyproject.toml')
CLI_EPILOG = 'Project Homepage: https://github.com/YunoHost-Apps/django-for-runners_ynh'