Skip to content

Commit 5b5f756

Browse files
author
zhenwei-li
committed
0.0.1.dev1
1 parent 26168e8 commit 5b5f756

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def read_text(file_name):
2828

2929
PROJECT_PREFIX = '/Users/dovsnier/Documents/Work_Space_Python/Python-DeMo/'
3030
project = PROJECT_PREFIX
31-
print(project)
31+
# print(project)
3232
PROJECT_DIRECTORY = 'process' # project directory
3333
PROJECT_README_FILE = 'README.md' # project readme file
3434
README_ROOT_DIRECTORY = os.path.join(project, 'doc/description')

0 commit comments

Comments
 (0)