|
@@ -1,5 +1,5 @@
|
|
|
[build-system]
|
|
|
-requires = ["setuptools>=45", "wheel"]
|
|
|
+requires = ["setuptools>=61.0", "wheel"]
|
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
|
|
[project]
|
|
@@ -7,21 +7,12 @@ name = "smart-logger" # Replace with meta.__app_name__
|
|
|
dynamic = ["version"]
|
|
|
description = "" # Add your project description here
|
|
|
authors = [
|
|
|
- {name = "Your Name", email = "meta@the-phi.com"} # Replace with meta.__author__
|
|
|
+ {name = "Steve L. Nyemba", email = "steve@the-phi.com"} # Replace with meta.__author__
|
|
|
]
|
|
|
license = {text = "MIT"} # Replace with meta.__license__
|
|
|
readme = "README.md" # Optional: add if you have a README
|
|
|
requires-python = ">=3.7"
|
|
|
-keywords = [
|
|
|
- "mongodb",
|
|
|
- "couchdb",
|
|
|
- "rabbitmq",
|
|
|
- "file",
|
|
|
- "read",
|
|
|
- "write",
|
|
|
- "s3",
|
|
|
- "sqlite"
|
|
|
-]
|
|
|
+keywords = ["logs", "apps","folder","login"]
|
|
|
classifiers = [
|
|
|
"Development Status :: 4 - Beta",
|
|
|
"Intended Audience :: Developers",
|
|
@@ -40,14 +31,19 @@ transport = [
|
|
|
]
|
|
|
|
|
|
[project.urls]
|
|
|
-Homepage = "https://dev.the-phi.com/git/steve/smart-top.git"
|
|
|
-Repository = "https://dev.the-phi.com/git/steve/smart-top.git"
|
|
|
+Homepage = "https://dev.the-phi.com/git/steve/smart-logger.git"
|
|
|
+Repository = "https://dev.the-phi.com/git/steve/smart-logger.git"
|
|
|
|
|
|
-[project.scripts]
|
|
|
-smart-logger = "smart.logger:main" # Adjust the module path as needed
|
|
|
+#[project.scripts]
|
|
|
+#smart-logger = "smart.logger:main" # Adjust the module path as needed
|
|
|
+[tool.setuptools]
|
|
|
+include-package-data = true
|
|
|
+zip-safe = false
|
|
|
+script-files = ["bin/smart-logger","bin/smart-logger.bat"]
|
|
|
|
|
|
[tool.setuptools.packages.find]
|
|
|
-include = ["smart*","smart.meta", "smart.cmd", "smart.top", "smart.folder", "smart.logger", "smart.files"]
|
|
|
+include = ["smart*"]
|
|
|
+
|
|
|
|
|
|
[tool.setuptools.dynamic]
|
|
|
version = {attr = "smart.meta.__version__"}
|