-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
541790e
commit 5f6981f
Showing
3 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
[bdist_rpm] | ||
release = 1.1.1 | ||
release = 1 | ||
packager = Ondra Machacek <[email protected]> | ||
doc_files = README.md | ||
description = 'Tool to manage your windows machines remotely' | ||
requires=python-argparse,pywinrm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,15 +10,16 @@ | |
|
||
setup( | ||
name='winremote', | ||
version='1.1.1', | ||
version='1.1.2', | ||
description='Tool to manage your windows machines remotely', | ||
long_description=long_description, | ||
url='https://github.com/machacekondra/winremote', | ||
author='Ondra Machacek', | ||
author_email='[email protected]', | ||
license='GPLv3+', | ||
keywords='windows winrm', | ||
install_requires=['argparse', 'pywinrm', 'pypandoc'], | ||
install_requires=['argparse', 'pywinrm'], | ||
requires=['pypandoc', 'pywinrm', 'argparse'], | ||
packages=find_packages(), | ||
entry_points={ | ||
'console_scripts': [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters