2 Commits

Author SHA1 Message Date
7ebb99a317 chore: switch to pdm from setuptools \5 2023-11-06 17:08:22 +08:00
a21146f6b6 chore: switch to pdm from setuptools \4 2023-11-06 17:02:08 +08:00

View File

@@ -1,7 +1,7 @@
[project] [project]
name = "namekoplus" name = "namekoplus"
version = "0.5.1" version = "0.5.2"
description = "A lightweight Python distributed microservice solution" description = "A lightweight Python distributed microservice solution"
keywords = ["lightweight python distributed microservice solution"] keywords = ["lightweight python distributed microservice solution"]
readme = "README.md" readme = "README.md"
@@ -27,6 +27,9 @@ dependencies = [
] ]
license = {text = "MIT"} license = {text = "MIT"}
[pypi]
url = "https://upload.pypi.org/legacy/"
[project.urls] [project.urls]
Homepage = "" Homepage = ""
"Source Code" = "https://github.com/Bryanthelol/namekoplus" "Source Code" = "https://github.com/Bryanthelol/namekoplus"