We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7f682 commit 05ae727Copy full SHA for 05ae727
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
name = "codeql_kernel"
7
description = "A Jupyter kernel for CodeQL"
8
license = {file = "LICENSE.txt"}
9
-authors = [{name = "'Alvaro Munoz'", email = "alvaro@pwntester.com"}]
+authors = [{name = "'Alvaro Munoz'", email = "pwntester@github.com"}]
10
classifiers = [
11
"Intended Audience :: Science/Research",
12
"License :: OSI Approved :: BSD License",
@@ -17,7 +17,7 @@ classifiers = [
17
"Topic :: Software Development",
18
"Topic :: System :: Shells",
19
]
20
-urls = {Homepage = "http://github.com/pwntester/codeql_kernel"}
+urls = {Homepage = "http://github.com/GitHubSecurityLab/codeql_kernel"}
21
requires-python = ">=3.7"
22
dependencies = [
23
"metakernel >=0.24.0",
0 commit comments