Merge pull request 'bug fixes ...' (#32) from v2.2 into master

Reviewed-on: cloud/cms#32
master
Steve L. Nyemba 3 weeks ago
commit 1dc313d3c5

@ -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