-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Patrick Totzke
committed
Jul 31, 2024
1 parent
1849f14
commit 6d316d3
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,12 @@ build-backend = "setuptools.build_meta" | |
name = "alot" | ||
version = "0.10" | ||
description = "Terminal MUA using notmuch mail" | ||
authors = ["Patrick Totzke <[email protected]>"] | ||
authors = [ | ||
{name="Patrick Totzke", email="[email protected]"} | ||
] | ||
maintainers = [ | ||
{name="Lucas Hoffmann"}, | ||
] | ||
readme = "README.md" | ||
license = "GPL-3.0-or-later" | ||
repository = "https://github.com/pazz/alot" | ||
|
@@ -61,12 +66,11 @@ license = { text = "GPL-3.0-or-later" } | |
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
"Environment :: Console :: Curses", | ||
"Framework :: AsyncIO", | ||
"Intended Audience :: End Users/Desktop", | ||
"Operating System :: POSIX", | ||
"Programming Language :: Python :: 3 :: Only", | ||
"Topic :: Communications :: Email :: Email Clients (MUA)", | ||
"Topic :: Database :: Front-Ends", | ||
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', | ||
] | ||
dependencies = [ | ||
"notmuch2>=0.30", | ||
|
@@ -75,7 +79,7 @@ dependencies = [ | |
"twisted>=18.4.0", | ||
"python-magic", | ||
"configobj>=4.7.0", | ||
"gpg>1.10.0" | ||
"gpg>1.10.0", | ||
] | ||
|
||
[project.scripts] | ||
|