Skip to content

Commit

Permalink
CXX/WrapPython.h was missing from sdist build
Browse files Browse the repository at this point in the history
svn path=/trunk/matplotlib/; revision=4476
  • Loading branch information
cmoad committed Nov 28, 2007
1 parent f37d5c2 commit b302e73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setupext.py
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,7 @@ def build_ft2font(ext_modules, packages):
deps = ['src/ft2font.cpp', 'src/mplutils.cpp']
deps.extend(glob.glob('CXX/*.cxx'))
deps.extend(glob.glob('CXX/*.c'))
deps.extend(glob.glob('CXX/*.h'))

module = Extension('matplotlib.ft2font', deps)
add_ft2font_flags(module)
Expand Down

0 comments on commit b302e73

Please sign in to comment.