Commit 74708dd3 authored by vertighel's avatar vertighel
Browse files

Pipeline test

parent 58cd1b90
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)