Skip to content

Commit

Permalink
project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Totzke committed Jul 31, 2024
1 parent 1849f14 commit 6d316d3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand All @@ -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]
Expand Down

0 comments on commit 6d316d3

Please sign in to comment.