File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def read_text(file_name):
6464# | 21 | DVSNIER_PROJECT_URLS | dict | | 项目 URL | |
6565# | 22 | | | | | |
6666DVSNIER_NAME = 'com.dvsnier.directory' # Required
67- DVSNIER_VERSION = '0.0.1.dev3 ' # Required
67+ DVSNIER_VERSION = '0.0.2.dev1 ' # Required
6868DVSNIER_DESCRIPTOIN = 'this is dvsnier directory.' # Optional
6969# Get the long description from the README file
7070DVSNIER_LONG_DESCRIPTOIN = read_text (str (PROJECT_DESCRIPTION )) # Optional
@@ -105,6 +105,7 @@ def read_text(file_name):
105105# DVSNIER_PYTHON_REQUIRES = '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*'
106106DVSNIER_PYTHON_REQUIRES = '>=2.7, <4'
107107DVSNIER_INSTALL_REQUIRES = [ # Optional
108+
108109]
109110DVSNIER_EXTRAS_REQUIRE = { # Optional
110111 'dev' : ['check-manifest' ],
You can’t perform that action at this time.
0 commit comments