diff --git a/setup.py b/setup.py index 31ff461..d868c76 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -from setuptools import setup +from setuptools import setup, find_packages setup( name='strafesnet', diff --git a/strafesnet/__init__.py b/strafesnet/__init__.py new file mode 100644 index 0000000..8a3c3e5 --- /dev/null +++ b/strafesnet/__init__.py @@ -0,0 +1 @@ +from datastore_pb2 import datastore_pb2 \ No newline at end of file