Loading pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ noctua-sequencer = "noctua.sequencer:cli" [tool.setuptools.packages.find] where = ["."] # list of folders that contain the packages (["."] by default) include = ["noctua", "tests"] # package names should match these glob patterns (["*"] by default) include = ["noctua"] # package names should match these glob patterns (["*"] by default) exclude = [] # exclude packages matching these glob patterns (empty by default) namespaces = false # to disable scanning PEP 420 namespaces (true by default) Loading Loading
pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ noctua-sequencer = "noctua.sequencer:cli" [tool.setuptools.packages.find] where = ["."] # list of folders that contain the packages (["."] by default) include = ["noctua", "tests"] # package names should match these glob patterns (["*"] by default) include = ["noctua"] # package names should match these glob patterns (["*"] by default) exclude = [] # exclude packages matching these glob patterns (empty by default) namespaces = false # to disable scanning PEP 420 namespaces (true by default) Loading