Commit 47d06e05 authored by jim's avatar jim

Renamed the build module to the saner buildout.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68536 62d5b8a3-27da-0310-9561-8e5933582275
parent 9e81c267
......@@ -15,5 +15,6 @@ setup(
license = "ZPL 2.1",
keywords = "development build",
install_requires = 'setuptools',
entry_points = {'console_scripts': ['buildout = zc.buildout.build:main']},
entry_points = {'console_scripts':
['buildout = zc.buildout.buildout:main']},
)
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