From 4006010bb54129cdffce19dea9a31dd968d63f56 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Thu, 8 Aug 2024 21:12:01 -0400
Subject: [PATCH] Create pyproject.toml file

---
 pyproject.toml | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 pyproject.toml

diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..f2d3b6a
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,11 @@
+
+[project]
+name = "Path Filter"
+version = ""
+description = "Path of Exile item filter generator"
+readme = "readme.md"
+
+
+[tool.black]
+line-length = 120
+skip-string-normalization = 1
-- 
GitLab