bug fixes ...

v2.2
Steve Nyemba 17 hours ago
parent 90cb9218e5
commit de8ede76d2

@ -10,11 +10,11 @@ authors = [
]
description = ""
readme = "README.md"
license = {text = "MIT"}
license = {text = "LICENSE"}
keywords = ["cms", "www", "https", "flask", "data-transport"]
classifiers = [
"Topic :: Utilities",
"License :: OSI Approved :: MIT License",
"Topic :: Utilities",
]
dependencies = [
"flask",
@ -42,6 +42,7 @@ include = ["meta","meta.*", "cms", "cms.*"]
[tool.setuptools.dynamic]
version = {attr = "meta.__version__"}
#authors = {attr = "meta.__author__"}
# If you have a meta.py file, you might also want to include the author dynamically:
# [tool.setuptools.dynamic]

Loading…
Cancel
Save