Use pyproject.toml to conform with PEP 621

This commit is contained in:
Cosmin Ciocan
2024-01-02 11:16:26 +01:00
parent 7d8e04622c
commit 2a5a7ffeb7
4 changed files with 299 additions and 22 deletions
-3
View File
@@ -1,8 +1,5 @@
import glob
import os
import sys
sys.path.append(".")
import pytest
from IPython.core.interactiveshell import InteractiveShell