We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8855515 commit 4bbf1bcCopy full SHA for 4bbf1bc
pyproject.toml
@@ -1,10 +1,12 @@
1
[project]
2
name = "rabbit-ng"
3
version = "3.0.0"
4
-license = {text = "Apache-2.0"}
+license = "Apache-2.0"
5
+license-files = ["LICENSE"]
6
description = "GitHub bot identification tool based on activity sequences"
7
+authors = [{ name = "Natarajan Chidambaram"}, { name = "Cyril Moreau" }]
8
readme = {file = "README.md", content-type = "text/markdown"}
-urls = {Homepage = "https://github.com/sgl-umons/RABBIT"}
9
+urls = {Homepage = "https://github.com/sgl-umons/RABBIT-ng"}
10
requires-python = ">=3.11"
11
dependencies = [
12
"ghmap>=2.0.2",
0 commit comments