We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a76ebc commit ea11979Copy full SHA for ea11979
setup.py
@@ -63,7 +63,7 @@ def read_text(file_name):
63
# | 21 | DVSNIER_PROJECT_URLS | dict | | 项目 URL | |
64
# | 22 | | | | | |
65
DVSNIER_NAME = 'com.dvsnier.directory' # Required
66
-DVSNIER_VERSION = '0.0.1.dev2' # Required
+DVSNIER_VERSION = '0.0.1.dev3' # Required
67
DVSNIER_DESCRIPTOIN = 'this is dvsnier directory.' # Optional
68
# Get the long description from the README file
69
DVSNIER_LONG_DESCRIPTOIN = read_text(str(PROJECT_DESCRIPTION)) # Optional
0 commit comments