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
build.py
src
environments
lecture-notes
math
faktor.pystymath.pystymathalias.pystymathfig.pystymathfixes.pystymathfont.pystymathop.pystymathsymb.pystyunicodechar.pysty
misc
utils
wip
2
build.py
2
build.py
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue