Skip to content

Commit 0076636

Browse files
committed
chore: fix email in pyproject
1 parent 7b128bc commit 0076636

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
[project]
77
name = "robotcode"
88
description = "Language server, debugger and tools for Robot Framework"
9-
authors = [{ name = "Daniel Biehl", email = "dbiehlo@live.de" }]
9+
authors = [{ name = "Daniel Biehl", email = "dbiehl@live.de" }]
1010
readme = "README.md"
1111
license = { text = "Apache-2.0" }
1212
keywords = [
@@ -40,9 +40,12 @@ classifiers = [
4040
"Topic :: Software Development :: Testing",
4141
"Topic :: Software Development :: Testing :: Acceptance",
4242
"Topic :: Software Development :: Testing :: BDD",
43+
"Topic :: Software Development :: Quality Assurance",
44+
"Topic :: Utilities",
4345
"Typing :: Typed",
4446
"Topic :: Software Development :: Debuggers",
4547
"Topic :: Text Editors :: Integrated Development Environments (IDE)",
48+
"Intended Audience :: Developers",
4649
]
4750
requires-python = ">=3.8"
4851
dependencies = ["robotframework>=4.1.0"]

0 commit comments

Comments
 (0)