[ADD] pyttest.ini file + test for cli_build [ADD] call to gitaggregate [REF] harmonize release & version words ; remove python version ; add... [REM] remove towncrier for the time being [REF\] enable both test and improve : each test should have it's own output folder to reduce gitaggagregate duration
6 lines
131 B
Python
6 lines
131 B
Python
from pathlib import Path
|
|
|
|
from single_source import get_version
|
|
|
|
__version__ = get_version(__name__, Path(__file__).parent.parent)
|