Skip to content

Commit e69bb14

Browse files
committed
0.0.2.dev2
1 parent e2d93db commit e69bb14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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')
3131
if 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')
3333
print(project)
3434
PROJECT_DIRECTORY = 'config' # project directory
3535
PROJECT_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 | | | | | |
6767
DVSNIER_NAME = 'com.dvsnier.config' # Required
68-
DVSNIER_VERSION = '0.0.2.dev1' # Required
68+
DVSNIER_VERSION = '0.0.2.dev2' # Required
6969
DVSNIER_DESCRIPTOIN = 'this is dvsnier config.' # Optional
7070
# Get the long description from the README file
7171
DVSNIER_LONG_DESCRIPTOIN = read_text(str(PROJECT_DESCRIPTION)) # Optional

0 commit comments

Comments
 (0)