File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- include cython/*.h
2- include cython/*.c
3- include cython/*.cpp
1+ include cython/*
2+ include cython/numbers/*
3+ include cython/core/*
44include kernel/addl_code/*.h
55include kernel/headers/*.h
66include kernel/real_type/*.h
@@ -10,6 +10,11 @@ include kernel/unix_kit/*.c
1010include kernel/addl_code/*.c
1111include kernel/addl_code/*.cc
1212include opengl/*.h
13+ include opengl/*.pyx
14+ include opengl/*.pxi
15+ include opengl/common/*.pyx
16+ include opengl/legacy/*.pyx
17+ include opengl/modern/*.pyx
1318include opengl/KHR/*.h
1419include opengl/glew/*
1520include opengl/glew/bin/Release/Win32/*
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ def check_call(args):
190190class SnapPySdist (sdist ):
191191 def run (self ):
192192 python = sys .executable
193- check_call ([python , 'setup.py' , 'bdist_wheel ' ])
193+ check_call ([python , 'setup.py' , 'build_docs ' ])
194194 sdist .run (self )
195195
196196
You can’t perform that action at this time.
0 commit comments