Skip to content

Commit

Permalink
inttypes.h is now in upstream crfsuite win32, don't need here
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Sep 2, 2017
1 parent 06a5f17 commit d823914
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 307 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Expand Up @@ -2,7 +2,6 @@ include LICENSE.txt
include README.rst
include CHANGES.rst
include update_cpp.sh
include include/inttypes.h

recursive-include crfsuite *
recursive-include liblbfgs *
Expand Down
305 changes: 0 additions & 305 deletions include/inttypes.h

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -31,7 +31,7 @@ def build_extensions(self):
e.extra_compile_args=['-std=c99']
elif self.compiler.compiler_type == "msvc":
if sys.version_info[:2] < (3, 5):
c.include_dirs.extend(['crfsuite/win32', 'include'])
c.include_dirs.extend(['crfsuite/win32'])

build_ext.build_extensions(self)

Expand Down

0 comments on commit d823914

Please sign in to comment.