File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ def read_text(file_name):
2727 return content
2828
2929
30- project = os .getenv ('BASE_PROJECT_PREFIX ' )
30+ project = os .getenv ('PYTHON_PROJECT_PATH ' )
3131if project is None :
32- raise KeyError ('the please configure BASE_PROJECT_PREFIX environment variable, otherwise it cannot run' )
32+ raise KeyError ('the please configure PYTHON_PROJECT_PATH environment variable, otherwise it cannot run' )
3333print (project )
3434PROJECT_DIRECTORY = 'config' # project directory
3535PROJECT_README_FILE = 'README.md' # project readme file
@@ -65,7 +65,7 @@ def read_text(file_name):
6565# | 21 | DVSNIER_PROJECT_URLS | dict | | 项目 URL | |
6666# | 22 | | | | | |
6767DVSNIER_NAME = 'com.dvsnier.config' # Required
68- DVSNIER_VERSION = '0.0.2.dev1 ' # Required
68+ DVSNIER_VERSION = '0.0.2.dev2 ' # Required
6969DVSNIER_DESCRIPTOIN = 'this is dvsnier config.' # Optional
7070# Get the long description from the README file
7171DVSNIER_LONG_DESCRIPTOIN = read_text (str (PROJECT_DESCRIPTION )) # Optional
You can’t perform that action at this time.
0 commit comments