Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit a01e202

Browse files
committed
Get version dynamically as opposed to the hardcoded one we have now
This leverages the package metadata instead of overwriting it with a hardcoded version and description. Signed-off-by: Juan Antonio Osorio <[email protected]>
1 parent 70fbc6e commit a01e202

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/codegate/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
__version__ = "unknown"
1515
__description__ = "codegate"
1616

17-
__version__ = "0.1.7"
18-
__description__ = "A configurable service gateway"
19-
2017
__all__ = ["Config", "ConfigurationError", "LogFormat", "LogLevel", "setup_logging"]
2118

2219
# Set up null handler to avoid "No handler found" warnings.

0 commit comments

Comments
 (0)