Skip to content

Commit

Permalink
fix: include streamlit config in poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfluegge committed Feb 10, 2024
1 parent 4f7c901 commit 415d61e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[tool.poetry]
name = "codeqai"
version = "0.0.11"
version = "0.0.12"
description = ""
authors = ["fynnfluegge <fynnfluegge@gmx.de>"]
readme = "README.md"
packages = [{ include = "codeqai" }]
include = ["./streamlit/*"]

[tool.poetry.dependencies]
python = ">=3.9,<3.9.7 || >3.9.7,<3.12"
Expand Down

0 comments on commit 415d61e

Please sign in to comment.