Skip to content

Commit

Permalink
head is 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
garyposter committed Jul 4, 2007
1 parent 41656d6 commit 40360e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="zc.relationship",
version="1.1a1",
version="2.0dev",
packages=find_packages('src'),
include_package_data=True,
package_dir= {'':'src'},
Expand Down Expand Up @@ -32,5 +32,6 @@
'zope.app.testing', # TODO remove this
'zope.app.component', # TODO remove this
'zope.testing',
'setuptools',
],
)

0 comments on commit 40360e6

Please sign in to comment.