Skip to content

Commit 9ae1d2b

Browse files
Include missed rel sources
1 parent 6dc91c0 commit 9ae1d2b

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include rel/
1+
recursive-include rel *

rel/__init__.py

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Copyright 2023 RelationalAI, Inc.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@
4747
long_description_content_type="text/markdown",
4848
name="rai-workflow-manager",
4949
packages=["workflow", "cli"],
50+
include_package_data=True,
5051
url="https://github.com/RelationalAI/rai-workflow-manager",
5152
version=workflow.__version__)

0 commit comments

Comments
 (0)