bug fixes ...

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

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

Loading…
Cancel
Save