Install the "decl.h" file

This commit is contained in:
J. David Ibáñez
2014-04-13 17:07:13 +02:00
committed by Carlos Martín Nieto
parent 674546bbb5
commit d51174d34f

View File

@@ -184,6 +184,7 @@ setup(name='pygit2',
maintainer_email='jdavid.ibp@gmail.com',
long_description=long_description,
packages=['pygit2'],
package_data={'pygit2': ['decl.h']},
ext_modules=[
Extension('_pygit2', pygit2_exts,
include_dirs=[libgit2_include, 'include'],