Skip to content

Commit

Permalink
A message is added for unit test
Browse files Browse the repository at this point in the history
	modified:   setup.py
  • Loading branch information
alireza-amirsamimi committed Feb 4, 2018
1 parent 26cf821 commit 7187124
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@
print('Warning: sound-theme-freedesktop is not installed! you need this package for sound notifications!')



if sys.argv[1] == "test":
print('We have not unit test :)')
sys.exit('0')

DESCRIPTION = 'Persepolis Download Manager'

Expand Down Expand Up @@ -154,7 +156,7 @@
license = 'GPL3',
description = DESCRIPTION,
long_description = DESCRIPTION,
include_package_data=True,
include_package_data = True,
url = 'https://github.com/persepolisdm/persepolis',
author = 'AliReza AmirSamimi',
author_email = 'alireza.amirsamimi@gmail.com',
Expand Down

0 comments on commit 7187124

Please sign in to comment.