Skip to content

Commit 061c274

Browse files
committed
reorganize setup.py
1 parent 3a05f9c commit 061c274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ def _read(filename):
3131
'Programming Language :: Python :: 3.6',
3232
],
3333
packages=find_packages(exclude=['atwiki.test']),
34+
test_suite = 'atwiki.test',
3435
entry_points={
3536
'console_scripts': ['atwiki-dump=atwiki.tools.dump:main'],
3637
},
3738
install_requires=[
3839
'BeautifulSoup4',
3940
'html5lib',
4041
],
41-
test_suite = 'atwiki.test',
4242
)

0 commit comments

Comments
 (0)