Skip to content

Commit

Permalink
v 0.94
Browse files Browse the repository at this point in the history
  • Loading branch information
DMID Lab/iap committed Jun 1, 2022
1 parent eba5f11 commit ebf6980
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 1 deletion.
Binary file added dist/sshscript-0.9.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description = fh.read()

setuptools.setup(
download_url="https://github.com/iapyeh/sshscript/archive/refs/tags/0.93.tar.gz",
download_url="https://github.com/iapyeh/sshscript/archive/refs/tags/0.94.tar.gz",
name='sshscript', # should match the package folder
packages=['sshscript'], # should match the package folder
license='MIT', # should match your chosen license
Expand Down
25 changes: 25 additions & 0 deletions sshscript.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Metadata-Version: 2.1
Name: sshscript
Version: 0.9
Summary: Testing installation of Package
Home-page: https://github.com/iapyeh/sshscript
Download-URL: https://github.com/iapyeh/sshscript/archive/refs/tags/0.93.tar.gz
Author: Mike Huls
Author-email: [email protected]
License: MIT
Project-URL: Bug Tracker, https://github.com/iapyeh/sshscript/issues
Keywords: pypi,sshscript,ssh,paramiko,subprocess,shell script
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Documentation
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# SSHScript

This is the test
14 changes: 14 additions & 0 deletions sshscript.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
LICENSE.txt
README.md
setup.cfg
setup.py
sshscript/__init__.py
sshscript/sshscript.py
sshscript/sshscriptchannel.py
sshscript/sshscriptdollar.py
sshscript/sshscripterror.py
sshscript.egg-info/PKG-INFO
sshscript.egg-info/SOURCES.txt
sshscript.egg-info/dependency_links.txt
sshscript.egg-info/requires.txt
sshscript.egg-info/top_level.txt
1 change: 1 addition & 0 deletions sshscript.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions sshscript.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
paramiko
1 change: 1 addition & 0 deletions sshscript.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sshscript

0 comments on commit ebf6980

Please sign in to comment.