Skip to content

Commit

Permalink
Fixed data-file list to reflect README name change.
Browse files Browse the repository at this point in the history
Fixed version #.
  • Loading branch information
Jim Fulton committed Apr 7, 2012
1 parent e116dec commit 28ce65b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -12,7 +12,7 @@
# #
############################################################################## ##############################################################################
name = "zc.buildout" name = "zc.buildout"
version = "1.4.5-dev" version = "1.4.5dev"


import os import os
from setuptools import setup from setuptools import setup
Expand Down Expand Up @@ -76,7 +76,7 @@ def read(*rnames):
keywords = "development build", keywords = "development build",
url='http://buildout.org', url='http://buildout.org',


data_files = [('.', ['README.txt'])], data_files = [('.', ['README.rst'])],
packages = ['zc', 'zc.buildout'], packages = ['zc', 'zc.buildout'],
package_dir = {'': 'src'}, package_dir = {'': 'src'},
namespace_packages = ['zc'], namespace_packages = ['zc'],
Expand Down

0 comments on commit 28ce65b

Please sign in to comment.