Skip to content

Commit 9867d39

Browse files
author
Olivier Roques
committed
Import module in __init__
1 parent 983738e commit 9867d39

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
__pycache__/
44
build/
55
dist/
6-
sshcontroller_oroques.egg-info
6+
sshcontroller_oroques.egg-info/

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = fh.read()
55

66
setuptools.setup(
7-
name="sshcontroller-oroques", # Replace with your own username
7+
name="sshcontroller",
88
version="1.0",
99
author="Olivier Roques",
1010
author_email="[email protected]",

sshcontroller/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from sshcontroller.sshcontroller import SSHController, SFTPController

0 commit comments

Comments
 (0)