|
|
|
@ -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__"}
|
|
|
|
|