Commit cec99407 authored by Tres Seaver's avatar Tres Seaver

Merge pull request #106 from TomasM/master

Removed data_files from setup.py, which was installing README.rst in current directory during installation
parents 3aead096 75b2b450
...@@ -84,8 +84,6 @@ setup( ...@@ -84,8 +84,6 @@ setup(
license = "ZPL 2.1", license = "ZPL 2.1",
keywords = "development build", keywords = "development build",
url='http://buildout.org', url='http://buildout.org',
data_files = [('.', ['README.rst'])],
packages = ['zc', 'zc.buildout'], packages = ['zc', 'zc.buildout'],
package_dir = {'': 'src'}, package_dir = {'': 'src'},
namespace_packages = ['zc'], namespace_packages = ['zc'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment