Metadata-Version: 2.1
Name: setuptools-cpp-cuda
Version: 0.1.7
Summary: The setuptools-cpp-cuda is a module that extends setuptools functionality for building hybrid C++ and CUDA extensions
Keywords: compilation,compile,cpp,c++,cross,cuda,ext,extension,setuptools,wrapper
Author-email: "Rafael J. Vicente" <rafaelj.vicente@gmail.com>
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: setuptools
Requires-Dist: nvidia-ml-py
Project-URL: Documentation, https://gitlab.com/rafaelj.vicente/setuptools-cpp-cuda/-/blob/main/README.md
Project-URL: Issues, https://gitlab.com/rafaelj.vicente/setuptools-cpp-cuda/-/issues
Project-URL: Source, https://gitlab.com/rafaelj.vicente/setuptools-cpp-cuda

# Setuptools C++ CUDA

***Warning:*** This project has been renamed to [pypi/setuptools-cuda-cpp](https://pypi.org/project/setuptools-cuda-cpp)
for visibility reasons in Pypi and migrated to GitHub for enhance community Issues feedback.

Please uninstall this module:

```pip uninstall setuptools-cpp-cuda```

and install the new package:

```pip install setuptools-cuda-cpp```

Sorry for the inconveniences.
