Commit 7323c945 authored by Jim Fulton's avatar Jim Fulton

Updated release info

parent 7e21b50e
......@@ -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