From de8ede76d20a90591d7b697ebf7e8ece7d4e9cf6 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Mon, 23 Jun 2025 10:28:28 -0500 Subject: [PATCH] bug fixes ... --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4103bad..5d87dab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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__"} \ No newline at end of file +# authors = {attr = "meta.__author__"}