From 73bd3f3bbb6775c5286e4b095efbc62d9fd4e5dd Mon Sep 17 00:00:00 2001 From: Tri Dao Date: Fri, 25 Aug 2023 15:04:56 -0700 Subject: [PATCH] Move pyproject.toml to flash-attn and tests dir to avoid PEP 517 --- pyproject.toml => flash_attn/pyproject.toml | 0 tests/pyproject.toml | 3 +++ 2 files changed, 3 insertions(+) rename pyproject.toml => flash_attn/pyproject.toml (100%) create mode 100644 tests/pyproject.toml diff --git a/pyproject.toml b/flash_attn/pyproject.toml similarity index 100% rename from pyproject.toml rename to flash_attn/pyproject.toml diff --git a/tests/pyproject.toml b/tests/pyproject.toml new file mode 100644 index 0000000..3201555 --- /dev/null +++ b/tests/pyproject.toml @@ -0,0 +1,3 @@ +[tool.black] +line-length = 100 +target-version = ['py38'] \ No newline at end of file