Browse Source

add stdint.h to MANIFEST.in, fixes #114

Signed-off-by: Mark Mikofski <mark.mikofski@sunpowercorp.com>
Mark Mikofski 11 years ago
parent
commit
3f01474f99
1 changed files with 1 additions and 0 deletions
  1. 1 0
      MANIFEST.in

+ 1 - 0
MANIFEST.in

@@ -2,6 +2,7 @@ include NEWS
 include README
 include Makefile
 include COPYING
+include stdint.h
 recursive-include docs conf.py *.txt Makefile make.bat
 recursive-include examples *.py
 graft dulwich/tests/data