mirror of
https://github.com/dtomlinson91/panaetius.git
synced 2025-12-22 04:55:44 +00:00
updating latest version with up to date documentation
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
[tool.poetry]
|
||||
name = "panaetius"
|
||||
version = "1.0"
|
||||
description = "Python module to gracefully handle a .config file/environment variables for scripts, with built in masking for sensitive options. Provides a Splunk friendly logger instance."
|
||||
version = "1.0.2"
|
||||
description = "Python module to gracefully handle a .config file/environment variables for scripts, with built in masking for sensitive options. Provides a Splunk friendly formatted logger instance."
|
||||
license = "MIT"
|
||||
authors = ["dtomlinson <dtomlinson@panaetius.co.uk>"]
|
||||
readme = "/Users/dtomlinson/git-repos/projects/panaetius/README.md"
|
||||
readme = "/Users/dtomlinson/git-repos/projects/panaetius/README.rst"
|
||||
homepage = "https://github.com/dtomlinson91/panaetius"
|
||||
repository = "https://github.com/dtomlinson91/panaetius"
|
||||
documentation = "https://github.com/dtomlinson91/panaetius"
|
||||
documentation = "https://panaetius.readthedocs.io/en/latest/introduction.html"
|
||||
classifiers = [
|
||||
"Environment :: Plugins",
|
||||
"Intended Audience :: Developers",
|
||||
|
||||
Reference in New Issue
Block a user