diff --git a/setup.py b/setup.py index caadd03..6275017 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,8 @@ setup( package_data = { '': ['*.md', '*.g'] }, + test_suite = 'tests.__main__', + # metadata for upload to PyPI author = "Erez Shinan", author_email = "erezshin@gmail.com",