Skip to content

Commit 95e8e2f

Browse files
committed
Add some PyPI metadata
1 parent bf0eab7 commit 95e8e2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44
[tool.poetry]
55
authors = ["Niko Ehrenfeuchter <[email protected]>"]
66
description = "Jython package for using SciJava's LogService for logging."
7+
license = "GPL-3.0-or-later"
78
name = "sjlogging"
89
readme = "README.md"
910
version = '${project.version}'
1011

12+
keywords = ["fiji", "jython", "imagej", "logging"]
13+
repository = "https://github.com/imcf/jython-scijava-logging"
14+
1115
[tool.poetry.dependencies]
1216
python = ">=2.7"
1317

0 commit comments

Comments
 (0)