Skip to content

Commit

Permalink
Skip images
Browse files Browse the repository at this point in the history
  • Loading branch information
laffra committed Dec 29, 2023
1 parent 7498875 commit 0e859c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ pyscript_ltk.egg-info/*
ltk/__pycache__/*
tests/__pycache__/*
.DS_Store
ltk/pyscript_ltk.egg-info/*
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyscript-ltk"
version = "0.1.11"
version = "0.1.14"
description = "A little toolkit for writing UIs in PyScript"
readme = "README.md"
authors = [{ name = "Chris Laffra", email = "chris@chrislaffra.com" }]
Expand All @@ -19,6 +19,10 @@ keywords = ["jquery", "pyscript", "ui", "widgets", "css"]
dependencies = [ ]
requires-python = ">=3.8"

[tool.setuptools.packages.find]
where = ["."]
include = ["ltk"]

[project.optional-dependencies]
dev = ["mock", "pytest"]

Expand Down

0 comments on commit 0e859c8

Please sign in to comment.