3 Commits

Author SHA1 Message Date
850437db3d chore: switch to pdm from setuptools 2023-11-06 17:40:27 +08:00
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
38 changed files with 3 additions and 3 deletions

View File

@@ -1 +0,0 @@
from namekoplus.chassis.chassis import *

View File

@@ -1,7 +1,7 @@
[project] [project]
name = "namekoplus" name = "namekoplus"
version = "0.5.1" version = "0.5.3"
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"
@@ -28,7 +28,7 @@ dependencies = [
license = {text = "MIT"} license = {text = "MIT"}
[project.urls] [project.urls]
Homepage = "" "Homepage" = "https://github.com/Bryanthelol/namekoplus"
"Source Code" = "https://github.com/Bryanthelol/namekoplus" "Source Code" = "https://github.com/Bryanthelol/namekoplus"
"Bug Tracker" = "https://github.com/Bryanthelol/namekoplus/issues" "Bug Tracker" = "https://github.com/Bryanthelol/namekoplus/issues"

View File

@@ -0,0 +1 @@
from .chassis.chassis import *

0
tests/__init__.py Normal file
View File