Refactoring & install with pyproject.toml #1

Злито
lysis злито 16 комітів з toml до main 2024-03-30 10:16:16 +01:00
2 змінених файлів з 6 додано та 6 видалено
Showing only changes of commit 7ed282057f - Show all commits

@@ -1,6 +0,0 @@
[Main]
configdir = $HOME/.userconfig
configfile = userconfig.cfg
debug = 0
stamp = %userconfig_generated 1.0%
stampreplace = $userconfig_stamp$

6
userconfig2.conf Normal file

@@ -0,0 +1,6 @@
[userconfig]
configdir = %(HOME)s/.userconfig
configfile = userconfig2.cfg
debug = 0
stamp = %%userconfig_generated 1.0%%
stampreplace = $userconfig_stamp$