Skip to content

Commit

Permalink
Fix pch
Browse files Browse the repository at this point in the history
  • Loading branch information
delsner committed Jun 5, 2024
1 parent b94a097 commit 35a1e05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/webserver/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name = "my-webserver"
description = "Example web server"
version = "0.1.0"
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
]
requires-python = ">=3.12"
# pixi handles the dependencies
Expand Down
4 changes: 2 additions & 2 deletions examples/webserver/recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

package:
name: my-webserver
version: '0.1.0'
version: "0.1.0"

source:
path: ../
Expand All @@ -27,5 +27,5 @@ tests:
imports:
- my_webserver
- package_contents:
site_packages:
site_packages:
- my_webserver/__init__.py

0 comments on commit 35a1e05

Please sign in to comment.