From 63f5ab37c400cc3df3527c7a1a6edf039b29544f Mon Sep 17 00:00:00 2001 From: scito Date: Fri, 30 Dec 2022 18:02:22 +0100 Subject: [PATCH] docu pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d7b8a1f..3dd62fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,8 +48,8 @@ requires-python = ">=3.7, <4" scripts = {extract_otp_secret_keys = "extract_otp_secret_keys:sys_main"} urls = {Project-URL = "https://github.com/scito/extract_otp_secret_keys", Bug-Reports = "https://github.com/scito/extract_otp_secret_keys/issues", Source = "https://github.com/scito/extract_otp_secret_keys" } -# TODO cleanup # [tool.setuptools] +# Still in beta, once it is stable move config from setup.cfg to pyproject.toml # py-modules = ["extract_otp_secret_keys", "protobuf_generated_python.protobuf_generated_python"] # [tool.setuptools.dynamic]