diff --git a/.editorconfig b/.editorconfig index 0bbae25..5c5cab4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -24,7 +24,7 @@ x-soft-wrap-text = true indent_size = 4 x-soft-wrap-text = true -[{*.,}{Dockerfile,dockerfile}{*.,}] +[Dockerfile,{*.,}dockerfile{*.,}] indent_size = 2 [Makefile] diff --git a/setup.py b/setup.py index eb8468a..812a433 100755 --- a/setup.py +++ b/setup.py @@ -73,6 +73,8 @@ def vcs_version(name: str, path: Path | str) -> Generator[ModuleType]: if __name__ == '__main__': extra_requirements = { + 'exporter': ['nvitop-exporter'], + 'prometheus': ['nvitop-exporter'], 'lint': [ 'ruff', 'pylint[spelling]',