Skip to content

Commit

Permalink
*sigh*
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Jan 3, 2011
1 parent d269dc0 commit a34f126
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='tw2.jquery.plugins.fg',
version='2.0b5',
version='2.0b6',
description='toscawidgets2 wrapper for random filament group tools',
long_description=long_description,
author='Ralph Bean',
Expand All @@ -21,7 +21,7 @@
install_requires=[
"tw2.core>=2.0b2",
"tw2.jquery",
"tw2.jquery.plugins.ui>=2.0b6",
"tw2.jquery.plugins.ui>=2.0b7",
],
extras_require = {
'genshi': _extra_genshi,
Expand Down
1 change: 1 addition & 0 deletions tw2/jquery/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__import__('pkg_resources').declare_namespace(__name__)
from widgets import *

0 comments on commit a34f126

Please sign in to comment.