Skip to content

Commit a2e8a34

Browse files
committed
Format
1 parent 0ef4aea commit a2e8a34

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,16 @@ cryptography = "^37.0.4"
3535
Cython = "^0.29.32"
3636
passlib = "^1.7.4"
3737

38-
[tool.poetry.scripts]
39-
BaiduPCS-Py = 'baidupcs_py.app:main'
40-
4138
[tool.poetry.dev-dependencies]
4239
pytest = "^7.1.2"
4340
mypy = "^0.971"
4441
black = "^22.6.0"
4542
setuptools = "^63.4.0"
4643
Cython = "^0.29.32"
44+
45+
[tool.poetry.scripts]
46+
BaiduPCS-Py = 'baidupcs_py.app:main'
47+
4748
[build-system]
4849
requires = ["poetry-core>=1.0.0", "cython", "wheel", "setuptools"]
4950
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)