numba-cuda 0.0.0__tar.gz → 0.0.1__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,10 @@
1
+ Metadata-Version: 2.1
2
+ Name: numba-cuda
3
+ Version: 0.0.1
4
+ Summary: Placeholder
5
+ Author-email: Graham Markall <gmarkall@nvidia.com>
6
+ Description-Content-Type: text/markdown
7
+
8
+ # numba-cuda
9
+
10
+ Presently a placeholder for a package containing the Numba CUDA target.
@@ -0,0 +1,3 @@
1
+ # numba-cuda
2
+
3
+ Presently a placeholder for a package containing the Numba CUDA target.
@@ -0,0 +1,10 @@
1
+ Metadata-Version: 2.1
2
+ Name: numba-cuda
3
+ Version: 0.0.1
4
+ Summary: Placeholder
5
+ Author-email: Graham Markall <gmarkall@nvidia.com>
6
+ Description-Content-Type: text/markdown
7
+
8
+ # numba-cuda
9
+
10
+ Presently a placeholder for a package containing the Numba CUDA target.
@@ -1,3 +1,4 @@
1
+ README.md
1
2
  pyproject.toml
2
3
  numba_cuda/__init__.py
3
4
  numba_cuda.egg-info/PKG-INFO
@@ -3,5 +3,6 @@ name = "numba-cuda"
3
3
  authors = [
4
4
  {name = "Graham Markall", email = "gmarkall@nvidia.com"},
5
5
  ]
6
- version = "0.0.0"
6
+ version = "0.0.1"
7
7
  description = "Placeholder"
8
+ readme = "README.md"
numba_cuda-0.0.0/PKG-INFO DELETED
@@ -1,5 +0,0 @@
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>
@@ -1,5 +0,0 @@
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