We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd3e7d commit 8e7cf44Copy full SHA for 8e7cf44
setup.cfg
@@ -4,7 +4,7 @@ version = attr: firebolt.__version__
4
description = Python SDK for Firebolt
5
long_description = file: README.md
6
long_description_content_type = text/markdown
7
-url = https://github.com/firebolt-analytics/firebolt-sdk
+url = https://github.com/firebolt-db/firebolt-sdk
8
author = Firebolt
9
author_email = [email protected]
10
license = Apache-2.0
@@ -16,7 +16,7 @@ classifiers =
16
Programming Language :: Python :: 3 :: Only
17
Programming Language :: Python :: 3.9
18
project_urls =
19
- Bug Tracker = https://github.com/firebolt-analytics/firebolt-sdk/issues
+ Bug Tracker = https://github.com/firebolt-db/firebolt-sdk/issues
20
21
[options]
22
packages = find:
0 commit comments