Skip to content

Commit

Permalink
add minimal setup.py see #5
Browse files Browse the repository at this point in the history
  • Loading branch information
bontric committed Mar 8, 2016
1 parent cea9247 commit 05a1ebe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env python

from distutils.core import setup

setup(name='Splonebox Python Client',
version='0.1',
description='A client implementation to communicate with the splonebox core',
packages=['splonecli', 'splonecli.api', 'splonecli.rpc'])
1 change: 1 addition & 0 deletions splonecli/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from splonecli.api.plugin import Plugin, RemoteFunction

0 comments on commit 05a1ebe

Please sign in to comment.