setup: remove old 'include' from include_dirs
This commit is contained in:
7
setup.py
7
setup.py
@@ -195,10 +195,9 @@ setup(name='pygit2',
|
|||||||
install_requires=['cffi'],
|
install_requires=['cffi'],
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
ext_modules=[
|
ext_modules=[
|
||||||
Extension('_pygit2', pygit2_exts,
|
Extension('_pygit2', pygit2_exts, libraries=['git2'],
|
||||||
include_dirs=[libgit2_include, 'include'],
|
include_dirs=[libgit2_include],
|
||||||
library_dirs=[libgit2_lib],
|
library_dirs=[libgit2_lib]),
|
||||||
libraries=['git2']),
|
|
||||||
# FFI is added in the build step
|
# FFI is added in the build step
|
||||||
],
|
],
|
||||||
cmdclass=cmdclass)
|
cmdclass=cmdclass)
|
||||||
|
Reference in New Issue
Block a user