moved constants to src/constants.py
This commit is contained in:
parent
933594cfbd
commit
39fddbf121
4 changed files with 4 additions and 4 deletions
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ import os
|
|||
import sys
|
||||
from shutil import rmtree
|
||||
|
||||
# must be synced with `src/__init__.py`
|
||||
# must be synced with `src/constants.py`
|
||||
tmp_dir = "/tmp/com.developomp.setup"
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue