mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
fix packaging problem
This commit is contained in:
parent
87724d5b51
commit
c398d5d828
5 changed files with 24 additions and 7 deletions
|
|
@ -1 +0,0 @@
|
|||
FURUHASHI Sadayuki <frsyuki _at_ users.sourceforge.jp>
|
||||
|
|
@ -9,7 +9,8 @@ cp rbinit.c gem/ext/
|
|||
cp unpack.c gem/ext/
|
||||
cp unpack.h gem/ext/
|
||||
cat test_case.rb | sed "s/require ['\"]msgpack['\"]/require File.dirname(__FILE__) + '\/test_helper.rb'/" > gem/test/msgpack_test.rb
|
||||
#cp ../README gem/README.txt
|
||||
cp ../AUTHORS gem/AUTHORS
|
||||
cp ../ChangeLog gem/ChangeLog
|
||||
cp ../msgpack/pack_define.h gem/msgpack/
|
||||
cp ../msgpack/pack_template.h gem/msgpack/
|
||||
cp ../msgpack/unpack_define.h gem/msgpack/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue