initial package structure from tutorial at https://python-packaging.readthedocs.io/en/latest/minimal.html
This commit is contained in:
commit
be46cc1f1b
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
/build/
|
||||||
|
/dist/
|
||||||
|
*.pyc
|
||||||
|
/*.egg-info/
|
2
funniest/__init__.py
Normal file
2
funniest/__init__.py
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
def joke():
|
||||||
|
return "The Call of Ktulu"
|
Loading…
x
Reference in New Issue
Block a user