Skip to content

Commit 94f1fd1

Browse files
Merge pull request #14 from raghavSharmaSigmoid/develop
Refactored setup.py for package installation
2 parents d9f98d0 + 980b0c4 commit 94f1fd1

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = firebolt-sqlalchemy
3-
version = v1.0
3+
version = 0.0.1
44
author = Raghav Sharma
55
author_email = [email protected]
66
description = Sqlalchemy adapter for Firebolt

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,20 @@
55

66
setuptools.setup(
77
name="firebolt-sqlalchemy",
8-
version="v1.0",
8+
version="0.0.1",
99
author="Raghav Sharma",
1010
author_email="[email protected]",
1111
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
],

0 commit comments

Comments
 (0)