Skip to content

Commit

Permalink
STILL packaging errors. I hate this part.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dusty Phillips committed Jun 27, 2010
1 parent 9ec987f commit 07d545d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -2,10 +2,10 @@

setup(
name="django-pytest",
version="0.1.2",
version="0.1.3",
author="Dusty Phillips",
author_email="dusty@archlinux.ca",
packages=['django_pytest', 'django_pytest.management.commands'],
packages=['django_pytest', 'django_pytest.management.commands', 'django_pytest.management'],
url="http://github.com/buchuki/django-pytest",
license="LICENSE.txt",
description="django test runner to use py.test tests",
Expand Down

0 comments on commit 07d545d

Please sign in to comment.