Skip to content

Commit

Permalink
Merge branch 'main' into open-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin authored Apr 26, 2024
2 parents 101f7e7 + 4b25c3a commit 9b82427
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
python-version: "3.8"
- uses: eifinger/[email protected]
- run: rye config --set-bool behavior.use-uv=true
- run: rye sync --no-lock
- run: make lint

Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- uses: eifinger/[email protected]
- run: rye config --set-bool behavior.use-uv=true
- run: rye sync --no-lock
- run: rye show
- run: make test
Expand Down Expand Up @@ -97,6 +99,7 @@ jobs:
version_file_path: pyproject.toml

- uses: eifinger/setup-rye@v2
- run: rye config --set-bool behavior.use-uv=true
- run: rye build

- name: Upload package to PyPI
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![CI](https://github.com/pydantic/logfire/actions/workflows/main.yml/badge.svg?event=push)](https://github.com/pydantic/logfire/actions?query=event%3Apush+branch%3Amain+workflow%3ACI)
[![pypi](https://img.shields.io/pypi/v/logfire.svg)](https://pypi.python.org/pypi/logfire)
[![license](https://img.shields.io/github/license/pydantic/logfire.svg)](https://github.com/pydantic/logfire/blob/main/LICENSE)
[![versions](https://img.shields.io/pypi/pyversions/logfire.svg)](https://github.com/pydantic/logfire)

See the [documentation](https://docs.pydantic.dev/logfire/) for more information.

Expand Down
21 changes: 21 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,27 @@ authors = [
]
license = "MIT"
readme = "README.md"
classifiers = [
'Development Status :: 4 - Beta',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Intended Audience :: Developers',
'Intended Audience :: Information Technology',
'Intended Audience :: System Administrators',
'License :: OSI Approved :: MIT License',
'Operating System :: Unix',
'Operating System :: POSIX :: Linux',
'Environment :: Console',
'Environment :: MacOS X',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Internet',
]
dependencies = [
"opentelemetry-sdk >= 1.21.0",
"opentelemetry-exporter-otlp-proto-http >= 1.21.0",
Expand Down

0 comments on commit 9b82427

Please sign in to comment.