Commit f6e4ca4d authored by jim's avatar jim

Added missing zc package.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68859 62d5b8a3-27da-0310-9561-8e5933582275
parent a911d945
......@@ -3,8 +3,8 @@ from setuptools import setup, find_packages
setup(
name = "zc.buildout",
version = "1.0",
packages = ['zc.buildout'],
package_dir = {'':'src'},
packages = ['zc', 'zc.buildout'],
package_dir = {'': 'src'},
namespace_packages = ['zc'],
include_package_data = True,
tests_require = ['zope.testing'],
......
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