Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeX4 authored Nov 29, 2024
1 parent 7862543 commit c7d1a16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "touying"
version = "0.11.3"
version = "0.12.0"
description = "Export presentation slides in various formats for Touying"
readme = "README.md"
keywords = ["presentation", "slides", "export"]
Expand Down Expand Up @@ -32,4 +32,4 @@ packages = {find = {exclude = ["tests"]}}
py-modules = ["touying"]

[tool.setuptools.package-data]
touying = ["*.j2"]
touying = ["*.j2"]

0 comments on commit c7d1a16

Please sign in to comment.