Skip to content

Commit c384981

Browse files
authored
Merge pull request #20 from KG-1510/master
packaging for pip
2 parents 7da4cf7 + ada12fd commit c384981

23 files changed

+63
-0
lines changed

mihirbhaiOP/LICENSE.txt

Whitespace-only changes.

mihirbhaiOP/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Test package to print the passed string
2+
Mihir bhai OP

mihirbhaiOP/build/lib/examplePackage/__init__.py

Whitespace-only changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
def printThis(string):
2+
print(string)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from examplePackage.oneMoreScript import printThis
2+
3+
def printThis2(string):
4+
printThis(string)
1.17 KB
Binary file not shown.
1.28 KB
Binary file not shown.
1.21 KB
Binary file not shown.
1.93 KB
Binary file not shown.
2.24 KB
Binary file not shown.

0 commit comments

Comments
 (0)