mirror of
https://github.com/Bryanthelol/namekoplus
synced 2025-04-05 21:17:27 +08:00
Compare commits
No commits in common. "main" and "v0.5.2" have entirely different histories.
1
namekoplus/__init__.py
Normal file
1
namekoplus/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
from namekoplus.chassis.chassis import *
|
@ -1,7 +1,7 @@
|
||||
|
||||
[project]
|
||||
name = "namekoplus"
|
||||
version = "0.5.3"
|
||||
version = "0.5.1"
|
||||
description = "A lightweight Python distributed microservice solution"
|
||||
keywords = ["lightweight python distributed microservice solution"]
|
||||
readme = "README.md"
|
||||
@ -27,8 +27,11 @@ dependencies = [
|
||||
]
|
||||
license = {text = "MIT"}
|
||||
|
||||
[pypi.url]
|
||||
url = "https://upload.pypi.org/legacy/"
|
||||
|
||||
[project.urls]
|
||||
"Homepage" = "https://github.com/Bryanthelol/namekoplus"
|
||||
Homepage = ""
|
||||
"Source Code" = "https://github.com/Bryanthelol/namekoplus"
|
||||
"Bug Tracker" = "https://github.com/Bryanthelol/namekoplus/issues"
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
from .chassis.chassis import *
|
Loading…
x
Reference in New Issue
Block a user