diff --git a/pyproject.toml b/pyproject.toml index f66bb83..20b3ce0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,3 @@ dev = [ [project.urls] Homepage = "https://github.com/waifuvault/waifuVault-python-api" Issues = "https://github.com/waifuvault/waifuVault-python-api/issues" - -[pytest] -pythonpath = src diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..b893048 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +pythonpath = src \ No newline at end of file