10 lines
170 B
Python
10 lines
170 B
Python
SOURCE_DIRECTORY = "src"
|
|
DIST_DIRECTORY = "dist"
|
|
|
|
# relative to SOURCE_DIRECTORY / DIST_DIRECTORY
|
|
STATIC_DIRECTORY = "static"
|
|
|
|
# FOR DEVELOPMENT
|
|
|
|
CODE_DIRECTORY = "stsg"
|