test: remove __init__.py and use setup.py develop

This commit is contained in:
Florent Kermarrec 2016-03-22 10:16:29 +01:00
parent 8f88088f63
commit 58a09bbdd6
1 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,6 @@ setup(
"Operating System :: OS Independent",
"Programming Language :: Python",
],
packages=find_packages(exclude=("test",)),
packages=find_packages(),
include_package_data=True,
)