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 79eb04a commit 16d4414Copy full SHA for 16d4414
.gitignore
@@ -132,7 +132,7 @@ dmypy.json
132
# pycharm
133
.idea
134
poetry.lock
135
-
+*.DS_Store
136
137
# docs/node_modules
138
docs/node_modules
pyproject.toml
@@ -1,8 +1,10 @@
1
[tool.poetry]
2
name = "usepy"
3
-version = "0.1.22"
+version = "0.1.23"
4
description = "usepy"
5
+homepage = "https://usepy.code05.com/"
6
authors = ["miclon <jcnd@163.com>"]
7
+readme = "README.md"
8
packages = [
9
{ include = 'usepy', from = 'src' }
10
]
0 commit comments