1
0
mirror of https://github.com/arsenetar/send2trash.git synced 2026-01-31 10:51:38 +00:00

Fix tests, add tox.ini and travis.yml

This commit is contained in:
Virgil Dupras
2017-08-03 20:31:39 -04:00
parent bd9183afe9
commit b7e3057853
6 changed files with 28 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ setup(
author_email='hsoft@hardcoded.net',
packages=['send2trash'],
scripts=[],
test_suite='tests',
url='https://github.com/hsoft/send2trash',
license='BSD License',
description='Send file to trash natively under Mac OS X, Windows and Linux.',