Skip to content

Commit aa9589b

Browse files
committed
Remove mockito.tests package from setup.py
1 parent d444ce9 commit aa9589b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(name='mockito',
1818
version=version,
19-
packages=['mockito', 'mockito.tests'],
19+
packages=['mockito'],
2020
url='https://github.com/kaste/mockito-python',
2121
maintainer='herr.kaste',
2222
maintainer_email='herr.kaste@gmail.com',

0 commit comments

Comments
 (0)