Skip to content

Commit

Permalink
Shuffle tests around in preparation for more test writing.
Browse files Browse the repository at this point in the history
  • Loading branch information
benspaulding committed Jun 11, 2012
1 parent 40d4cbc commit 00f30af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ def get_version():
long_description = get_long_desc(),
packages = [
'faq',
'faq.tests',
'faq.urls',
'faq.views',
],
package_data = {
'faq': [
'fixtures/*',
'locale/*/LC_MESSAGES/*',
'templates/faq/*',
'templates/search/indexes/faq/*',
Expand Down

0 comments on commit 00f30af

Please sign in to comment.