From 909b7cfc9f6a7c875f97f240324f9911d819dc9d Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Tue, 20 Feb 2018 14:09:51 +1000 Subject: [PATCH] minor tweaks to the setup.py description --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b277e84..03058fc 100644 --- a/setup.py +++ b/setup.py @@ -20,11 +20,10 @@ install_requires=[ 'smbprotocol==0.0.1.dev0', ], - extras_require={}, author='Jordan Borean', author_email='jborean93@gmail.com', url='https://github.com/jborean93/pypsexec', - description='Run commands on a remote server using SMB/RPC', + description='Run commands on a remote Windows host using SMB/RPC', long_description=long_description, keywords='windows psexec paexec remote python', license='MIT',