Skip to content

Commit d34ae0d

Browse files
committed
adding railib.pb package
1 parent 492c883 commit d34ae0d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

railib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version_info__ = (0, 6, 6)
15+
__version_info__ = (0, 6, 7)
1616
__version__ = ".".join(map(str, __version_info__))

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License
1616

17-
from setuptools import setup, find_packages
17+
from setuptools import setup
1818

1919
import railib
2020

@@ -39,6 +39,6 @@
3939
long_description="Enables access to the RelationalAI REST APIs from Python",
4040
long_description_content_type="text/markdown",
4141
name="rai-sdk",
42-
packages=find_packages(),
42+
packages=["railib", "railib.pb"],
4343
url="http://github.com/RelationalAI/rai-sdk-python",
4444
version=railib.__version__)

0 commit comments

Comments
 (0)