Commit db52fb86 authored by Brian Lloyd's avatar Brian Lloyd

tweak setup order

parent 583028d8
......@@ -1081,6 +1081,20 @@ setup(
)
setup(
name='Five',
author='Martijn Faassen',
packages=['Products.Five', 'Products.Five.tests'],
data_files=[['Products/Five', ['Products/Five/*']],
['Products/Five/demo', ['Products/Five/demo/*']],
['Products/Five/doc', ['Products/Five/doc/*']],
['Products/Five/skel', ['Products/Five/skel/*']],
['Products/Five/tests', ['Products/Five/tests/*']],
],
)
# Zope 3 / Five integration layer support. Note that in addition to the
# Five package itself, we also pull in several modules from the Zope 3
......@@ -1280,21 +1294,6 @@ setup(name="zopex30",
)
#setup(
# name='Five',
# author='Martijn Faassen',
#
# packages=['Products.Five'],
# data_files=[['Products/Five', ['Products/Five/*']],
# ['Products/Five/demo', ['Products/Five/demo/*']],
# ['Products/Five/doc', ['Products/Five/doc/*']],
# ['Products/Five/skel', ['Products/Five/skel/*']],
# ['Products/Five/tests', ['Products/Five/tests/*']],
# ],
# )
......
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