Compare commits
2 Commits
9b38c2b037
...
c53ef03d28
Author | SHA1 | Date | |
---|---|---|---|
c53ef03d28 | |||
2429a07731 |
@ -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.1"
|
||||
requires-python = ">=3.9"
|
||||
|
||||
[project.urls]
|
||||
|
Reference in New Issue
Block a user