initial module state
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
MANIFEST
|
||||
build
|
||||
dist
|
||||
*.pyc
|
||||
@@ -0,0 +1 @@
|
||||
WTFPL
|
||||
@@ -0,0 +1 @@
|
||||
Test project to learn about python packaging
|
||||
@@ -0,0 +1,4 @@
|
||||
__version__ = '0.1dev'
|
||||
|
||||
def foo():
|
||||
return u'bar'
|
||||
Reference in New Issue
Block a user