mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Correct test_suite config to use new test package.
This commit is contained in:
parent
e24d52873b
commit
36efce0b0a
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -45,5 +45,5 @@ setup(
|
||||||
'Topic :: Internet :: WWW/HTTP',
|
'Topic :: Internet :: WWW/HTTP',
|
||||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
],
|
],
|
||||||
test_suite='pelican.tests',
|
test_suite='pelican_tests',
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue