rename packages folder to 'src' since it now includes classes as well
This commit is contained in:
parent
d694677d73
commit
d69ab83952
28 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -32,7 +32,7 @@ def build_details():
|
||||||
|
|
||||||
|
|
||||||
def build(build_dir: str):
|
def build(build_dir: str):
|
||||||
input_root = Path('./packages').resolve()
|
input_root = Path('./src').resolve()
|
||||||
output = input_root / build_dir
|
output = input_root / build_dir
|
||||||
print('[PyTeX] Getting git repository information...')
|
print('[PyTeX] Getting git repository information...')
|
||||||
extra_header, repo_description = build_details()
|
extra_header, repo_description = build_details()
|
||||||
|
|
Loading…
Reference in a new issue