Skip to content

Commit

Permalink
chore: create uv project
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuNatsu committed Dec 2, 2024
1 parent 703374d commit 10b87d0
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.10
Empty file added README.md
Empty file.
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[project]
name = "nonebot-plugin-deer-pipe"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "SNRainiar", email = "[email protected]" }
]
requires-python = ">=3.10"
dependencies = []

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
2 changes: 2 additions & 0 deletions src/nonebot_plugin_deer_pipe/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def hello() -> str:
return "Hello from nonebot-plugin-deer-pipe!"
Empty file.

0 comments on commit 10b87d0

Please sign in to comment.