rename packages folder to 'src' since it now includes classes as well

This commit is contained in:
Maximilian Keßler 2021-10-08 16:37:35 +02:00
parent d694677d73
commit d69ab83952
28 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def build_details():
def build(build_dir: str):
input_root = Path('./packages').resolve()
input_root = Path('./src').resolve()
output = input_root / build_dir
print('[PyTeX] Getting git repository information...')
extra_header, repo_description = build_details()