Merge pull request #167 from sebix/fix-testsuite

Add test suite to setup.py
This commit is contained in:
2017-08-29 01:56:21 -04:00
committed by GitHub
+1
View File
@@ -54,4 +54,5 @@ setup(
'Programming Language :: Python :: 3.4',
'Topic :: Terminals :: Terminal Emulators/X Terminals',
],
test_suite='test_clint',
)