move tests to the correct place
@@ -37,5 +37,6 @@ setup(name=pwman.appname,
'Operating System :: POSIX',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7'
- ]
+ ],
+ test_suite="tests"
)