Skip to content

Commit

Permalink
Merge pull request #89 from gregoil/osherdp-patch-1
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
osherdp committed Sep 3, 2018
2 parents c402912 + 856097e commit 3c27b19
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions setup.py
@@ -1,9 +1,7 @@
"""Setup file for handling packaging and distribution."""
import sys

from setuptools import setup, find_packages

__version__ = "3.3.1"
__version__ = "3.3.2"

result_handlers = [
"db = rotest.core.result.handlers.db_handler:DBHandler",
Expand Down Expand Up @@ -40,12 +38,10 @@
'colorama',
'termcolor',
'jsonschema',
'basicstruct'
'basicstruct',
'python-daemon;platform_system!="Windows"'
]

if not sys.platform.startswith("win32"):
requirements.append('python-daemon')

setup(
name='rotest',
version=__version__,
Expand Down

0 comments on commit 3c27b19

Please sign in to comment.