Commit 7869eed9 authored by TomasM's avatar TomasM

Removed data_files from setup.py, which was installing README.rst in current...

Removed data_files from setup.py, which was installing README.rst in current directory during installation
parent cab255b6
......@@ -4,6 +4,9 @@ Change History
2.1.0 (2013-??-??)
==================
- Removed `data_files` from `setup.py`, which was installing README.rst
in current directory during installation
- Added `meta-recipe support`_.
2.0.1 (2013-02-16)
......
......@@ -84,8 +84,6 @@ setup(
license = "ZPL 2.1",
keywords = "development build",
url='http://buildout.org',
data_files = [('.', ['README.rst'])],
packages = ['zc', 'zc.buildout'],
package_dir = {'': 'src'},
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