Spaces:
Runtime error
Runtime error
Update pyproject.toml
Browse files- pyproject.toml +2 -3
pyproject.toml
CHANGED
|
@@ -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 = "'
|
| 10 |
classifiers = [
|
| 11 |
"Intended Audience :: Science/Research",
|
| 12 |
"License :: OSI Approved :: BSD License",
|
|
@@ -17,7 +17,6 @@ classifiers = [
|
|
| 17 |
"Topic :: Software Development",
|
| 18 |
"Topic :: System :: Shells",
|
| 19 |
]
|
| 20 |
-
urls = {Homepage = "http://github.com/GitHubSecurityLab/codeql_kernel"}
|
| 21 |
requires-python = ">=3.7"
|
| 22 |
dependencies = [
|
| 23 |
"metakernel >=0.24.0",
|
|
@@ -68,4 +67,4 @@ message_template = "Bump to {new_version}"
|
|
| 68 |
tag_template = "v{new_version}"
|
| 69 |
|
| 70 |
[[tool.tbump.file]]
|
| 71 |
-
src = "codeql_kernel/_version.py"
|
|
|
|
| 6 |
name = "codeql_kernel"
|
| 7 |
description = "A Jupyter kernel for CodeQL"
|
| 8 |
license = {file = "LICENSE.txt"}
|
| 9 |
+
authors = [{name = "'KhulnaSoft DevOps'", email = "khulnasoft-bot@github.com"}]
|
| 10 |
classifiers = [
|
| 11 |
"Intended Audience :: Science/Research",
|
| 12 |
"License :: OSI Approved :: BSD License",
|
|
|
|
| 17 |
"Topic :: Software Development",
|
| 18 |
"Topic :: System :: Shells",
|
| 19 |
]
|
|
|
|
| 20 |
requires-python = ">=3.7"
|
| 21 |
dependencies = [
|
| 22 |
"metakernel >=0.24.0",
|
|
|
|
| 67 |
tag_template = "v{new_version}"
|
| 68 |
|
| 69 |
[[tool.tbump.file]]
|
| 70 |
+
src = "codeql_kernel/_version.py"
|