numba-cuda 0.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,5 @@
1
+ Metadata-Version: 2.1
2
+ Name: numba-cuda
3
+ Version: 0.0.0
4
+ Summary: Placeholder
5
+ Author-email: Graham Markall <gmarkall@nvidia.com>
File without changes
@@ -0,0 +1,5 @@
1
+ Metadata-Version: 2.1
2
+ Name: numba-cuda
3
+ Version: 0.0.0
4
+ Summary: Placeholder
5
+ Author-email: Graham Markall <gmarkall@nvidia.com>
@@ -0,0 +1,6 @@
1
+ pyproject.toml
2
+ numba_cuda/__init__.py
3
+ numba_cuda.egg-info/PKG-INFO
4
+ numba_cuda.egg-info/SOURCES.txt
5
+ numba_cuda.egg-info/dependency_links.txt
6
+ numba_cuda.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ numba_cuda
@@ -0,0 +1,7 @@
1
+ [project]
2
+ name = "numba-cuda"
3
+ authors = [
4
+ {name = "Graham Markall", email = "gmarkall@nvidia.com"},
5
+ ]
6
+ version = "0.0.0"
7
+ description = "Placeholder"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+