chore: switch to pdm from setuptools
This commit is contained in:
parent
7ebb99a317
commit
850437db3d
|
@ -1 +0,0 @@
|
||||||
from namekoplus.chassis.chassis import *
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "namekoplus"
|
name = "namekoplus"
|
||||||
version = "0.5.2"
|
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"
|
||||||
|
@ -27,11 +27,8 @@ dependencies = [
|
||||||
]
|
]
|
||||||
license = {text = "MIT"}
|
license = {text = "MIT"}
|
||||||
|
|
||||||
[pypi]
|
|
||||||
url = "https://upload.pypi.org/legacy/"
|
|
||||||
|
|
||||||
[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"
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
from .chassis.chassis import *
|
Loading…
Reference in New Issue