packages = [ "pytest", ] [[fetch]] from = "src/pypercard/" files = ["__init__.py", "core.py", "datastore.py", "state_machine.py"] to_folder = "pypercard" [[fetch]] from = "tests/" files = ["__init__.py", "test_core.py", "test_datastore.py", "test_state_machine.py", "conftest.py", ] to_folder = "tests"