We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403d753 commit 0e17359Copy full SHA for 0e17359
setup.cfg
@@ -0,0 +1,10 @@
1
+[build_ext]
2
+include_dirs = /usr/local/cuda/include
3
+library_dirs = /usr/local/cuda/lib64
4
+libraries = cudart
5
+ nvjpeg
6
+
7
+[bdist_rpm]
8
+release = 1
9
+packager = Usingnet <developer@usingnet.com>
10
+doc_files = README.md
0 commit comments