-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SNOW-1042090 Bump version to 0.3.1 for TestPyPI release (#23)
- Loading branch information
1 parent
b568bd9
commit 9f24795
Showing
4 changed files
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,12 @@ | |
) | ||
|
||
DESCRIPTION = 'Snowflake Telemetry Python' | ||
LONG_DESCRIPTION = 'This package provides a set of telemetry APIs for use in Snowflake' | ||
LONG_DESCRIPTION = """This package provides a set of telemetry APIs for developers building on the Snowflake platform. | ||
Snowflake Documentation is available at: https://docs.snowflake.com/ | ||
Source code is also available at: https://github.com/snowflakedb/snowflake-telemetry-python | ||
""" | ||
SNOWFLAKE_TELEMETRY_SRC_DIR = os.path.join("src", "snowflake", "telemetry") | ||
|
||
VERSION = None | ||
|
@@ -18,10 +23,11 @@ | |
version=VERSION, | ||
author="Snowflake, Inc", | ||
author_email="[email protected]", | ||
url="https://www.snowflake.com/", | ||
description=DESCRIPTION, | ||
long_description=LONG_DESCRIPTION, | ||
install_requires=[ | ||
"setuptools >= 40.0.0, < 66.0.0", | ||
"setuptools >= 40.0.0", | ||
"opentelemetry-api == 1.12.0", | ||
"opentelemetry-exporter-otlp == 1.12.0", | ||
"opentelemetry-sdk == 1.12.0", | ||
|
@@ -54,6 +60,13 @@ | |
"Topic :: Software Development :: Libraries :: Application Frameworks", | ||
"Topic :: Software Development :: Libraries :: Python Modules", | ||
"Topic :: Scientific/Engineering :: Information Analysis", | ||
], | ||
], | ||
project_urls={ | ||
"Homepage": "https://www.snowflake.com/", | ||
"Changelog": "https://github.com/snowflakedb/snowflake-telemetry-python/blob/main/CHANGELOG.md", | ||
"Documentation": "https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-tracing-overview", | ||
"Issues": "https://github.com/snowflakedb/snowflake-telemetry-python/issues", | ||
"Repository": "https://github.com/snowflakedb/snowflake-telemetry-python/", | ||
}, | ||
zip_safe=True, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
# | ||
|
||
"""Update this for the versions.""" | ||
VERSION = "0.3.0" | ||
VERSION = "0.3.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters