Author: Ronan Lamy <[email protected]>
Branch: install-rpython
Changeset: r76652:9a44ae723d06
Date: 2015-03-31 01:54 +0100
http://bitbucket.org/pypy/pypy/changeset/9a44ae723d06/
Log: Add a manifest
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,9 @@
+include README-rpython.rst
+exclude README.rst
+prune _pytest
+prune ctypes_configure
+prune include
+prune lib-python
+prune lib_pypy
+prune py
+prune pypy
diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -40,8 +40,6 @@
],
keywords='development',
- packages=find_packages(exclude=[
- '_pytest', 'ctypes_configure', 'include', 'lib-python', 'lib-pypy',
- 'py', 'pypy', 'site-packages', 'testrunner']),
+ packages=find_packages(), # MANIFEST.in filters out all the pypy stuff
install_requires=['pytest'],
)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit