Skip to content

Commit

Permalink
Merge branch 'master' of http://github.com/jbalogh/django-nose
Browse files Browse the repository at this point in the history
  • Loading branch information
kmmbvnr committed Jun 3, 2010
2 parents d7abe1f + 6e3a44d commit 81fae64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1,2 +1,3 @@
include LICENSE
include README.rst
recursive-include testapp *
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -3,14 +3,14 @@

setup(
name='django-nose',
version='0.1',
version='0.1.1',
description='Django test runner that uses nose.',
long_description=open('README.rst').read(),
author='Jeff Balogh',
author_email='me@jeffbalogh.org',
url='http://github.com/jbalogh/django-nose',
license='BSD',
packages=find_packages(),
packages=find_packages(exclude=['testapp','testapp/*']),
include_package_data=True,
zip_safe=False,
install_requires=['nose'],
Expand Down

0 comments on commit 81fae64

Please sign in to comment.