mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-14 11:10:49 +05:30
Update metadata in pyproject.toml
This commit is contained in:
+10
-1
@@ -6,10 +6,11 @@ build-backend = "hatchling.build"
|
|||||||
name = "nvcc4jupyter"
|
name = "nvcc4jupyter"
|
||||||
description = "Jupyter notebook plugin to run CUDA C/C++ code"
|
description = "Jupyter notebook plugin to run CUDA C/C++ code"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.10"
|
||||||
license = {text = "MIT License"}
|
license = {text = "MIT License"}
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Andrei Nechaev", email = "lyfaradey@yahoo.com" },
|
{ name = "Andrei Nechaev", email = "lyfaradey@yahoo.com" },
|
||||||
|
{ name = "Cosmin Stefan Ciocan", email = "ciocan.cosmin98@gmail.com },
|
||||||
]
|
]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
@@ -17,10 +18,18 @@ classifiers = [
|
|||||||
'Programming Language :: Python :: 3.10',
|
'Programming Language :: Python :: 3.10',
|
||||||
'Programming Language :: Python :: 3.11',
|
'Programming Language :: Python :: 3.11',
|
||||||
'Programming Language :: Python :: 3.12',
|
'Programming Language :: Python :: 3.12',
|
||||||
|
'Environment :: GPU',
|
||||||
|
'Environment :: GPU :: NVIDIA CUDA',
|
||||||
|
'Framework :: IPython',
|
||||||
|
'Framework :: Jupyter',
|
||||||
]
|
]
|
||||||
dependencies = []
|
dependencies = []
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
|
||||||
|
[project.urls]
|
||||||
|
documentation = 'https://nvcc4jupyter.readthedocs.io/'
|
||||||
|
repository = 'https://github.com/andreinechaev/nvcc4jupyter'
|
||||||
|
|
||||||
[tool.hatch.version]
|
[tool.hatch.version]
|
||||||
path = "nvcc4jupyter/__init__.py"
|
path = "nvcc4jupyter/__init__.py"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user