Skip to content

Commit b1ded22

Browse files
committed
Update pyproject.toml in preparation for publishing
1 parent b810a0c commit b1ded22

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

pyproject.toml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,25 @@
22
name = "robot-trace"
33
version = "1.0.0"
44
description = "CLI progress listener for Robot Framework"
5+
readme = "README.md"
56
authors = [{ name = "Jonathan Simmonds", email = "jon@jonsim.com" }]
7+
keywords = ["robotframework", "listener", "cli", "trace"]
8+
classifiers = [
9+
"Development Status :: 4 - Beta",
10+
"Programming Language :: Python"
11+
]
12+
license = "MIT"
13+
license-files = ["LICENSE"]
614
dependencies = []
15+
requires-python = ">=3.6"
16+
17+
[project.urls]
18+
Homepage = "https://github.com/jonsim/robot-trace"
19+
Repository = "https://github.com/jonsim/robot-trace.git"
20+
Issues = "https://github.com/jonsim/robot-trace/issues"
721

822
[project.optional-dependencies]
9-
dev = ["robotframework", "pre-commit", "coverage"]
23+
dev = ["robotframework", "pre-commit", "coverage", "build", "twine"]
1024

1125
[build-system]
1226
requires = ["setuptools>=64"]

0 commit comments

Comments
 (0)