Skip to content

Commit ed852f5

Browse files
committed
chore: updated project description
1 parent d956732 commit ed852f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ tag_formatter = "util:format_tag_name"
1414
[project]
1515
name = "timevalue"
1616
dynamic = ["version"]
17-
description = "A simple Python package for financial valuation"
17+
description = "A python package for time money value calculations, annuity and perpetuity"
1818
readme = "README.md"
1919
requires-python = ">=3.7"
2020
keywords = ["analytics", "investing", "finance"]
21-
authors = [{name = "Meek Msaki", email = "meek.dev3@gmail.com"}]
21+
authors = [{name = "Meek Msaki", email = "meek10x@gmail.com"}]
2222
classifiers = [
2323
"Intended Audience :: Developers",
2424
"Intended Audience :: Financial and Insurance Industry",
@@ -27,7 +27,7 @@ classifiers = [
2727
"Topic :: Software Development :: Libraries :: Python Modules",
2828
]
2929
maintainers = [
30-
{name = "Meek Msaki", email= "meek.dev3@gmail.com"},
30+
{name = "Meek Msaki", email= "meek10x@gmail.com"},
3131
]
3232

3333

0 commit comments

Comments
 (0)