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 ...@@ -4,6 +4,9 @@ Change History
2.1.0 (2013-??-??) 2.1.0 (2013-??-??)
================== ==================
- Removed `data_files` from `setup.py`, which was installing README.rst
in current directory during installation
- Added `meta-recipe support`_. - Added `meta-recipe support`_.
2.0.1 (2013-02-16) 2.0.1 (2013-02-16)
......
...@@ -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