From 2429a07731201a5d254fe6a32cf96d8b591be88d Mon Sep 17 00:00:00 2001 From: NotLetters Date: Thu, 29 May 2025 22:20:30 +0300 Subject: [PATCH] fixes --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c37acdb..f57ba45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,7 @@ +[build-system] +requires = ["hatchling"] +build-backend = "hatchling.build" + [project] authors = [{name = "LORES"}] classifiers = [ @@ -12,7 +16,6 @@ dependencies = [ "stollen>=0.6.8", ] description = "A lightweight NotLetters SDK based on stollen." -dynamic = ["version"] keywords = [ "letters", "mails", @@ -22,6 +25,7 @@ keywords = [ license-files = ["LICENSE"] name = "notletters" readme = "README.md" +version = "0.1" requires-python = ">=3.9" [project.urls]