Commit a1b779e1 authored by Domen Kožar's avatar Domen Kožar

remove data_files usage of README.txt installation in current directory

parent 29af717c
...@@ -4,6 +4,10 @@ Change History ...@@ -4,6 +4,10 @@ Change History
1.6.4 (unreleased) 1.6.4 (unreleased)
================== ==================
- remove `data_files` from `setup.py`, which was installing README.txt
in current directory during installation
[Domen Kožar]
- fixed all builds on travis-ci - fixed all builds on travis-ci
[Domen Kožar] [Domen Kožar]
......
...@@ -77,8 +77,6 @@ setup( ...@@ -77,8 +77,6 @@ setup(
license = "ZPL 2.1", license = "ZPL 2.1",
keywords = "development build", keywords = "development build",
url='http://pypi.python.org/pypi/zc.buildout', url='http://pypi.python.org/pypi/zc.buildout',
data_files = [('.', ['README.txt'])],
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