Skip to content

Commit 4bbf1bc

Browse files
Modify project metadata in pyproject.toml
Updated license information and author details, and changed homepage URL.
1 parent 8855515 commit 4bbf1bc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
[project]
22
name = "rabbit-ng"
33
version = "3.0.0"
4-
license = {text = "Apache-2.0"}
4+
license = "Apache-2.0"
5+
license-files = ["LICENSE"]
56
description = "GitHub bot identification tool based on activity sequences"
7+
authors = [{ name = "Natarajan Chidambaram"}, { name = "Cyril Moreau" }]
68
readme = {file = "README.md", content-type = "text/markdown"}
7-
urls = {Homepage = "https://github.com/sgl-umons/RABBIT"}
9+
urls = {Homepage = "https://github.com/sgl-umons/RABBIT-ng"}
810
requires-python = ">=3.11"
911
dependencies = [
1012
"ghmap>=2.0.2",

0 commit comments

Comments
 (0)