Commit 2e21fbf6 authored by jim's avatar jim

Updated release info

git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70192 62d5b8a3-27da-0310-9561-8e5933582275
parent 0123841a
......@@ -36,4 +36,11 @@ setup(
['buildout = %s.buildout:main' % name]},
# dependency_links = ['http://download.zope.org/distribution/'],
zip_safe=False,
classifiers = [
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: Zope Public License',
'Topic :: Software Development :: Build Tools',
'Topic :: Software Development :: Libraries :: Python Modules',
],
)
......@@ -24,4 +24,12 @@ setup(
]
},
zip_safe=False,
classifiers = [
'Framework :: Buildout',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: Zope Public License',
'Topic :: Software Development :: Build Tools',
'Topic :: Software Development :: Libraries :: Python Modules',
],
)
......@@ -21,4 +21,12 @@ setup(
],
test_suite = name+'.tests.test_suite',
entry_points = {'zc.buildout': ['default = %s:TestRunner' % name]},
classifiers = [
'Framework :: Buildout',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: Zope Public License',
'Topic :: Software Development :: Build Tools',
'Topic :: Software Development :: Libraries :: Python Modules',
],
)
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