Commit 2e7d2316 authored by Jim Fulton's avatar Jim Fulton

Renamed the build module to the saner buildout.

parent 59fcea98
...@@ -15,5 +15,6 @@ setup( ...@@ -15,5 +15,6 @@ setup(
license = "ZPL 2.1", license = "ZPL 2.1",
keywords = "development build", keywords = "development build",
install_requires = 'setuptools', 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