aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorYaron de Leeuw <me@jarondl.net>2014-11-24 17:46:03 +0200
committerYaron de Leeuw <me@jarondl.net>2014-11-24 17:46:03 +0200
commit7d13f30d252577fbbfaabe36cf46f35fcac8903c (patch)
tree8eb18a266feff703a105c524c9b66f5b46419e6a /setup.py
parent1e586cb02a393e426d5f20d624d2bc5da558059b (diff)
downloaddateutil-7d13f30d252577fbbfaabe36cf46f35fcac8903c.tar.gz
Cleanup directory structure
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b6d8cdf..c7f089d 100755
--- a/setup.py
+++ b/setup.py
@@ -47,5 +47,6 @@ datetime module available in the Python standard library.
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Topic :: Software Development :: Libraries',
- ]
+ ],
+ test_suite = "dateutil.test.test"
)