Skip to content

Commit

Permalink
Fixing setupbase.py for nbformat package.
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonbg committed Aug 1, 2011
1 parent c292a9c commit 540b3f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Empty file.
2 changes: 2 additions & 0 deletions setupbase.py
Expand Up @@ -127,6 +127,8 @@ def find_packages():
add_package(packages, 'frontend.terminal', tests=True)
add_package(packages, 'lib', tests=True)
add_package(packages, 'nbformat', tests=True)
add_package(packages, 'nbformat.v1', tests=True)
add_package(packages, 'nbformat.v2', tests=True)
add_package(packages, 'parallel', tests=True, scripts=True,
others=['apps','engine','client','controller'])
add_package(packages, 'quarantine', tests=True)
Expand Down

0 comments on commit 540b3f1

Please sign in to comment.