initial module state
This commit is contained in:
commit
4700222910
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
MANIFEST
|
||||
build
|
||||
dist
|
||||
*.pyc
|
1
LICENSE.txt
Normal file
1
LICENSE.txt
Normal file
@ -0,0 +1 @@
|
||||
WTFPL
|
1
README.txt
Normal file
1
README.txt
Normal file
@ -0,0 +1 @@
|
||||
Test project to learn about python packaging
|
4
omb/__init__.py
Normal file
4
omb/__init__.py
Normal file
@ -0,0 +1,4 @@
|
||||
__version__ = '0.1dev'
|
||||
|
||||
def foo():
|
||||
return u'bar'
|
Loading…
Reference in New Issue
Block a user