Skip to content

Commit

Permalink
Updated manifest, dependenices in setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Volkov committed Nov 29, 2012
1 parent 40d7d1c commit cf11eba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,3 @@
include *.txt *.zcml *.cfg *.pt
recursive-include z3cwidgetoptchoice *.txt *.py *.zcml *.cfg *.pt
recursive-include z3cwidgetoptchoice/templates *.pt
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -2,7 +2,7 @@
import sys, os
import multiprocessing

version = '0.1dev'
version = '0.1'

setup(name='z3c.widget.optchoice',
version=version,
Expand All @@ -22,7 +22,7 @@
'z3c.form',
'z3c.schema',
'zope.browserpage',
'zope.location == 3.9.1' ,
'zope.location <= 3.9.1' ,
'lxml'
],
test_suite='nose.collector',
Expand Down

0 comments on commit cf11eba

Please sign in to comment.