File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
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 , 5 )
15+ __version_info__ = (0 , 6 , 6 )
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
17+ from setuptools import setup , find_packages
1818
1919import railib
2020
3333 description = "The RelationalAI Software Development Kit for Python" ,
3434 install_requires = [
3535 "ed25519==1.5" ,
36- "pyarrow>=6.0.1" ],
36+ "pyarrow>=6.0.1" ,
37+ "requests-toolbelt==0.9.1" ],
3738 license = "http://www.apache.org/licenses/LICENSE-2.0" ,
3839 long_description = "Enables access to the RelationalAI REST APIs from Python" ,
3940 long_description_content_type = "text/markdown" ,
4041 name = "rai-sdk" ,
41- packages = [ "railib" ] ,
42+ packages = find_packages () ,
4243 url = "http://github.com/RelationalAI/rai-sdk-python" ,
4344 version = railib .__version__ )
You can’t perform that action at this time.
0 commit comments