summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBastian Venthur <venthur@debian.org>2021-09-29 20:45:33 +0200
committerBastian Venthur <venthur@debian.org>2021-09-29 20:45:33 +0200
commit8bcc4d9119ed36c45ed7c2c68ac9aa5ab9c53ec2 (patch)
tree0d23c52f7a8cacbea6ceb91b4ef4ba2d12005cd8 /setup.py
parent280a3b8737038f45d4242e26896036525dc192ba (diff)
downloadfeedgenerator-8bcc4d9119ed36c45ed7c2c68ac9aa5ab9c53ec2.tar.gz
renamed test dir to more traditional "tests"
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9a95646..36e8efb 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ MAINTAINER_EMAIL = 'authors@getpelican.com'
KEYWORDS = "feed atom rss".split(' ')
VERSION = '2.0.0'
-TEST_SUITE = 'tests_feedgenerator'
+TEST_SUITE = 'tests'
REQUIRES = ['pytz >= 0a']