multi files working version + refactoring

This commit is contained in:
Andrei Nechaev
2018-12-05 15:44:17 -05:00
parent 86ad657c1a
commit a410ff4f6e
9 changed files with 182 additions and 130 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ setup(
version='0.0.2',
author='Andrei Nechaev',
author_email='lyfaradey@yahoo.com',
py_modules=['nvcc_plugin'],
py_modules=['nvcc_plugin', 'v2.v2', 'v1.v1', 'common.helper'],
url='htpps://github.com/andreinechaev/nvcc4jupyter',
license='LICENSE',
description='Jupyter notebook plugin to run CUDA C/C++ code',