We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a05f9c commit 061c274Copy full SHA for 061c274
1 file changed
setup.py
@@ -31,12 +31,12 @@ def _read(filename):
31
'Programming Language :: Python :: 3.6',
32
],
33
packages=find_packages(exclude=['atwiki.test']),
34
+ test_suite = 'atwiki.test',
35
entry_points={
36
'console_scripts': ['atwiki-dump=atwiki.tools.dump:main'],
37
},
38
install_requires=[
39
'BeautifulSoup4',
40
'html5lib',
41
- test_suite = 'atwiki.test',
42
)
0 commit comments