Skip to content

Commit

Permalink
moving package data
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfunley committed Nov 5, 2024
1 parent b5a5645 commit ff97ebb
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "keynote_export"
version = "0.1.1"
version = "0.1.2"
description = ""
authors = ["Dan McKinley <[email protected]>"]
repository = "https://github.com/mcfunley/better-keynote-export"
Expand All @@ -9,6 +9,9 @@ readme = "README.md"
[tool.poetry.scripts]
keynote-export = "keynote_export:main"

[tool.setuptools]
include-package-data = true

[tool.poetry.dependencies]
python = "^3.12"
jinja2 = "^3.1.4"
Expand Down

0 comments on commit ff97ebb

Please sign in to comment.