From 9505e6a39e0df2b0fbb9ffb361eafe10c694d1a7 Mon Sep 17 00:00:00 2001 From: Ezeudoh Tochukwu Date: Sat, 25 Nov 2023 00:09:04 +0100 Subject: [PATCH 1/2] file system: Added support for file system --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7b7e01b..3fde7b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,8 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3 :: Only", + "Framework :: Ellar", + "Framework :: Ellar :: 0.5.7", "Framework :: AsyncIO", "Topic :: Internet :: WWW/HTTP :: HTTP Servers", "Topic :: Internet :: WWW/HTTP", From 77304dc36f1d9f405dcc59fa5217ea3907707b48 Mon Sep 17 00:00:00 2001 From: Ezeudoh Tochukwu Date: Sat, 25 Nov 2023 00:18:26 +0100 Subject: [PATCH 2/2] revert --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3fde7b6..7b7e01b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,8 +34,6 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3 :: Only", - "Framework :: Ellar", - "Framework :: Ellar :: 0.5.7", "Framework :: AsyncIO", "Topic :: Internet :: WWW/HTTP :: HTTP Servers", "Topic :: Internet :: WWW/HTTP",