Commit 93493064 by Florian Apolloner

Removed no longer working test_suite argument from setup.py.

parent 78790a8a
......@@ -34,7 +34,6 @@ setup(
'Programming Language :: Python :: 3.3',
'Framework :: Django',
],
test_suite='runtests.runtests',
include_package_data=True,
zip_safe=False,
)
......@@ -161,4 +161,4 @@ class ArticleTaggedItem(TaggedItem):
class Article(models.Model):
title = models.CharField(max_length=100)
tags = TaggableManager(through=ArticleTaggedItem)
\ No newline at end of file
tags = TaggableManager(through=ArticleTaggedItem)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment