File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version_info__ = (0 , 6 , 6 )
15
+ __version_info__ = (0 , 6 , 7 )
16
16
__version__ = "." .join (map (str , __version_info__ ))
Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License
16
16
17
- from setuptools import setup , find_packages
17
+ from setuptools import setup
18
18
19
19
import railib
20
20
39
39
long_description = "Enables access to the RelationalAI REST APIs from Python" ,
40
40
long_description_content_type = "text/markdown" ,
41
41
name = "rai-sdk" ,
42
- packages = find_packages () ,
42
+ packages = [ "railib" , "railib.pb" ] ,
43
43
url = "http://github.com/RelationalAI/rai-sdk-python" ,
44
44
version = railib .__version__ )
You can’t perform that action at this time.
0 commit comments