feat: add versioned release packaging
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
"""Application identity and release version."""
|
||||
|
||||
APP_NAME = "蝦皮圈優化助手"
|
||||
APP_CODE_NAME = "cmshopee"
|
||||
APP_VERSION = "0.1.0"
|
||||
|
||||
|
||||
def display_name() -> str:
|
||||
return f"{APP_NAME} v{APP_VERSION}"
|
||||
Reference in New Issue
Block a user