File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -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.1 .dev1' # Required
68+ DVSNIER_VERSION = '0.0.2 .dev1' # 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
@@ -107,7 +107,6 @@ def read_text(file_name):
107107# DVSNIER_PYTHON_REQUIRES = '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*'
108108DVSNIER_PYTHON_REQUIRES = '>=2.7, <4'
109109DVSNIER_INSTALL_REQUIRES = [ # Optional
110-
111110]
112111DVSNIER_EXTRAS_REQUIRE = { # Optional
113112 'dev' : ['check-manifest' ],
You can’t perform that action at this time.
0 commit comments