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 = ""
readme = "README.md"
license = {text = "MIT"}
license = {text = "LICENSE"}
keywords = ["cms", "www", "https", "flask", "data-transport"]
classifiers = [
"License :: OSI Approved :: MIT License",
"Topic :: Utilities",
"License :: OSI Approved :: MIT License",
]
dependencies = [
"flask",
@ -42,8 +42,9 @@ 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]
# version = {attr = "meta.__version__"}
# authors = {attr = "meta.__author__"}
# authors = {attr = "meta.__author__"}

Loading…
Cancel
Save