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 635f8e3 commit 03013f6Copy full SHA for 03013f6
1 file changed
setup.py
@@ -30,7 +30,7 @@ def _read(filename):
30
'Programming Language :: Python :: 3.5',
31
'Programming Language :: Python :: 3.6',
32
],
33
- packages=find_packages(exclude=['atwiki.test']),
+ packages=find_packages(),
34
test_suite = 'atwiki.test',
35
entry_points={
36
'console_scripts': ['atwiki-dump=atwiki.tools.dump:main'],
0 commit comments