File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11[metadata]
22name = firebolt-sqlalchemy
3- version = v1.0
3+ version = 0.0.1
44author = Raghav Sharma
5566description = Sqlalchemy adapter for Firebolt
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "firebolt-sqlalchemy" ,
8- version = "v1.0 " ,
8+ version = "0.0.1 " ,
99 author = "Raghav Sharma" ,
10101111 description = "Sqlalchemy adapter for Firebolt" ,
1212 long_description = long_description ,
1313 long_description_content_type = "text/markdown" ,
1414 url = "https://github.com/raghavSharmaSigmoid/firebolt-sqlalchemy" ,
15- download_url = "https://github.com/raghavSharmaSigmoid/firebolt-sqlalchemy/archive/refs/tags/v1.0 .tar.gz" ,
15+ download_url = "https://github.com/raghavSharmaSigmoid/firebolt-sqlalchemy/archive/refs/tags/0.0.1 .tar.gz" ,
1616 project_urls = {
1717 "Bug Tracker" : "https://github.com/raghavSharmaSigmoid/firebolt-sqlalchemy" ,
1818 },
1919 install_requires = [
2020 'sqlalchemy>=1.0.0' ,
2121 "requests" ,
22- "json" ,
23- "itertools" ,
24- "collections" ,
2522 "datetime" ,
2623 "functools"
2724 ],
You can’t perform that action at this time.
0 commit comments