-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add py.typed and update version (#10)
Co-authored-by: Joe Savage <[email protected]>
- Loading branch information
1 parent
6f9d760
commit 0e14f7c
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
Empty file.
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ long_description_content_type = text/markdown | |
url = https://github.com/s4v4g3/otel-extensions-python | ||
maintainer = Joe Savage | ||
maintainer_email = [email protected] | ||
version = 1.0.1 | ||
version = 1.0.2 | ||
license = Apache-2.0 | ||
license_file = LICENSE | ||
platforms = any | ||
|
@@ -44,6 +44,10 @@ exclude = | |
tests | ||
tools | ||
|
||
[options.package_data] | ||
otel_extensions = | ||
py.typed | ||
|
||
[sdist] | ||
formats = gztar | ||
|
||
|