summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJules Chéron <jules.cheron@gmail.com>2022-11-10 17:57:54 +0100
committerJules Chéron <jules.cheron@gmail.com>2022-11-10 17:57:54 +0100
commit01f2eaf944056cc99d64f6892764c95957748524 (patch)
treee83ecbad1bf51c336723b384418ee3b60790a451 /pyproject.toml
parentb21372870f60fe12a17bb048ba6ca3dde06c1315 (diff)
downloadpint-01f2eaf944056cc99d64f6892764c95957748524.tar.gz
format
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 83f4fd1..3a63fc7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "Pint"
-authors = [
+authors = [
{name="Hernan E. Grecco", email="hernan.grecco@gmail.com"}
]
license = {text = "BSD"}
@@ -16,7 +16,7 @@ maintainers = [
{name="Hernan E. Grecco", email="hernan.grecco@gmail.com"},
{name="Jules Chéron", email="julescheron@gmail.com"}
]
-keywords = ["physical", "quantities", "unit", "conversion", "science"]
+keywords = ["physical", "quantities", "unit", "conversion", "science"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",