Author: Armin Rigo <[email protected]>
Branch:
Changeset: r89994:45712b335ecf
Date: 2017-02-07 10:41 +0100
http://bitbucket.org/pypy/pypy/changeset/45712b335ecf/
Log: Only ignore "*_cffi.c", not all .c files
diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release/package.py
+++ b/pypy/tool/release/package.py
@@ -179,7 +179,7 @@
shutil.copytree(str(basedir.join('lib_pypy')),
str(pypydir.join('lib_pypy')),
ignore=ignore_patterns('.svn', 'py', '*.pyc', '*~',
- '*.c', '*.o'))
+ '*_cffi.c', '*.o'))
for file in ['README.rst',]:
shutil.copy(str(basedir.join(file)), str(pypydir))
for file in ['_testcapimodule.c', '_ctypes_test.c']:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit