@@ -18,24 +18,24 @@ def read_file(filename):
1818
1919setup (
2020 name = 'SqliteCloud' ,
21- version = '0.0.74 ' ,
22- author = 'Sam Reghenzi & Matteo Fredi ' ,
21+ version = '0.0.75 ' ,
22+ author = 'sqlitecloud.io ' ,
2323 description = 'A Python package for working with SQLite databases in the cloud.' ,
2424 long_description = read_file ('README-PYPI.md' ),
2525 long_description_content_type = 'text/markdown' ,
2626 url = "https://github.com/sqlitecloud/python" ,
2727 packages = find_packages (),
2828 install_requires = [
29- 'mypy == 1.6.1' ,
30- 'mypy-extensions == 1.0.0' ,
31- 'typing-extensions == 4.8.0' ,
32- 'black == 23.7.0' ,
33- 'python-dotenv == 1.0.0' ,
29+ 'lz4 == 3.1.10' ,
3430 ],
3531 classifiers = [
3632 'Development Status :: 3 - Alpha' ,
3733 'Intended Audience :: Developers' ,
3834 'License :: OSI Approved :: MIT License' ,
35+ 'Programming Language :: Python :: 3.6' ,
36+ 'Programming Language :: Python :: 3.7' ,
37+ 'Programming Language :: Python :: 3.8' ,
38+ 'Programming Language :: Python :: 3.9' ,
3939 'Programming Language :: Python :: 3.10' ,
4040 'Programming Language :: Python :: 3.11' ,
4141 'Programming Language :: Python :: 3.12' ,
0 commit comments