mirror of
https://github.com/dtomlinson91/panaetius.git
synced 2025-12-22 04:55:44 +00:00
Adding overwriting of __header__ functionality to config
CONFIG = Config(path="~/.config/island-code-extractor", header="island-code-extractor")
This commit is contained in:
@@ -4,7 +4,7 @@ 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.rst"
|
||||
readme = "./README.rst"
|
||||
homepage = "https://github.com/dtomlinson91/panaetius"
|
||||
repository = "https://github.com/dtomlinson91/panaetius"
|
||||
documentation = "https://panaetius.readthedocs.io/en/latest/introduction.html"
|
||||
@@ -40,6 +40,7 @@ python-language-server = "^0.31.4"
|
||||
pycodestyle = "^2.5"
|
||||
sphinx = "^2.3"
|
||||
sphinx_rtd_theme = "^0.4.3"
|
||||
prospector = "^1.3.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
|
||||
Reference in New Issue
Block a user