diff options
| author | 2024-01-16 19:27:02 +0800 | |
|---|---|---|
| committer | 2024-01-16 19:27:02 +0800 | |
| commit | a0eced157f1acd3d57b57a7e92a2dd2bb8c7bc24 (patch) | |
| tree | ad6aec2975f1e477935982990ab471a52f45246e /pyproject.toml | |
| download | ipm-a0eced157f1acd3d57b57a7e92a2dd2bb8c7bc24.tar.gz ipm-a0eced157f1acd3d57b57a7e92a2dd2bb8c7bc24.zip | |
:tada: feat(milestone) IPM 立项
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..1b0aa5c --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,24 @@ +[project] +name = "ipm" +version = "0.1.0-alpha.2" +description = "Infini Package Manager" +authors = [ + {name = "苏向夜", email = "fu050409@163.com"}, +] +dependencies = [ + "multilogging>=1.0.2", + "pytest>=7.4.4", + "toml>=0.10.2", + "requests>=2.31.0", +] +requires-python = ">=3.10" +readme = "README.md" +license = {text = "MIT"} + +[build-system] +requires = ["pdm-backend"] +build-backend = "pdm.backend" + + +[tool.pdm] +package-type = "library" |
