Skip to content

Commit 03013f6

Browse files
committed
ship with test codes
1 parent 635f8e3 commit 03013f6

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
@@ -30,7 +30,7 @@ def _read(filename):
3030
'Programming Language :: Python :: 3.5',
3131
'Programming Language :: Python :: 3.6',
3232
],
33-
packages=find_packages(exclude=['atwiki.test']),
33+
packages=find_packages(),
3434
test_suite = 'atwiki.test',
3535
entry_points={
3636
'console_scripts': ['atwiki-dump=atwiki.tools.dump:main'],

0 commit comments

Comments
 (0)