Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Dec 8, 2024
1 parent 2ebef5a commit 978139a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tauripy/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# tauripy

Create [tauri](https://tauri.app) desktop app in Python
5 changes: 4 additions & 1 deletion tauripy/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tauripy"
version = "0.1.0-beta.0"
version = "0.1.0-beta.1"
description = "Create tauri desktop app in Python"
readme = "README.md"
authors = [
Expand All @@ -9,6 +9,9 @@ authors = [
requires-python = ">=3.13"
dependencies = []

[project.urls]
Repository = "https://github.com/thewh1teagle/tauric"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
Expand Down

0 comments on commit 978139a

Please sign in to comment.