Skip to content

Commit

Permalink
Adding the packages back
Browse files Browse the repository at this point in the history
  • Loading branch information
badcure committed Nov 3, 2019
1 parent 810851b commit a498a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author_email='[email protected]',
url='http://github.com/diyan/pywinrm/',
license='MIT license',
packages=('winrm',),
packages=('winrm', 'winrm.tests', 'winrm.vendor.requests_kerberos'),
package_data={'winrm.tests': ['*.ps1']},
install_requires=['xmltodict', 'requests>=2.9.1', 'requests_ntlm>=0.3.0', 'six'],
extras_require={
Expand Down

0 comments on commit a498a32

Please sign in to comment.