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 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__ ))
Original file line number Diff line number Diff line change 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
1919import railib
2020
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__ )
You can’t perform that action at this time.
0 commit comments