diff setup.py @ 5:22ae9aa457af

excercise more bits of the django 1.0b1 test framework
author Victor Ng <victor@monkeybean.ca>
date Thu, 28 Aug 2008 11:29:21 -0400
parents 7f2f9bb4f32c
children
line wrap: on
line diff
--- a/setup.py	Thu Aug 28 10:18:23 2008 -0400
+++ b/setup.py	Thu Aug 28 11:29:21 2008 -0400
@@ -12,7 +12,7 @@
     install_requires='nose>=0.10',
     url = "http://www.assembla.com/spaces/nosedjango",
     license = 'GNU LGPL',
-    packages = find_packages(exclude=['tests']),
+    packages = find_packages(),
     zip_safe = False,
     include_package_data = True,
     entry_points = {