Configu cleanup

This commit is contained in:
Vincent Fretin 2013-01-03 16:47:27 +01:00
parent 155c4616d5
commit 442bfa4094
7 changed files with 11 additions and 13 deletions

View File

@ -4,5 +4,5 @@ Changelog
1.0-dev (unreleased)
--------------------
- Package created using templer
[]
- Initial release
[cedricmessiant]

View File

@ -1,6 +1,3 @@
Note: place names and roles of the people who contribute to this package
in this file, one to a line, like so:
- Gauthier Bastien, IMIO
- Stéphan Geulette, IMIO
- Vincent Fretin, Ecreall

View File

@ -1,3 +1,4 @@
recursive-include collective *
recursive-include docs *
include *
global-exclude *pyc

View File

@ -20,7 +20,7 @@ eggs += Pillow
[test]
eggs =
${buildout:eggs}
collective.contact.content [test]
${buildout:package-name} ${buildout:package-extras}
defaults = ['-s', '${buildout:package-name}', '--auto-color', '--auto-progress']
[omelette]

View File

@ -24,14 +24,16 @@ setup(name='collective.contact.content',
classifiers=[
"Environment :: Web Environment",
"Framework :: Plone",
"Framework :: Plone :: 4.2",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Topic :: Software Development :: Libraries :: Python Modules",
],
keywords='',
author='',
author_email='',
author='"Cédric Messiant"',
author_email='cedricmessiant@ecreall.com',
url='http://svn.plone.org/svn/collective/',
license='gpl',
packages=find_packages('src'),

View File

@ -35,10 +35,6 @@ recipe = collective.recipe.cmd
on_install = true
cmds = tar jxvf ${download:location}/Plone-4.2.2-UnifiedInstaller/packages/buildout-cache.tar.bz2 1>/dev/null
[versions]
collective.recipe.cmd = 0.6
hexagonit.recipe.download = 1.6
[test]
recipe = zc.recipe.testrunner
eggs =

View File

@ -1,5 +1,7 @@
[versions]
Pillow = 1.7.8
collective.recipe.cmd = 0.6
ecreall.helpers.testing = 1.3
hexagonit.recipe.download = 1.6
vobject = 0.8.1c
zc.buildout = 1.6.3
zc.buildout = 1.6.3