Skip to content

Commit

Permalink
Merge pull request #38 from ar90n/feautre/update-project-info
Browse files Browse the repository at this point in the history
build: update project info
  • Loading branch information
ar90n authored Oct 11, 2022
2 parents f49b3b5 + 98340e0 commit 7fd7c3b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
[tool.poetry]
name = "alfort"
version = "0.0.0"
description = ""
description = "Elm-like interactive application framework for Python"
authors = ["Masahiro Wada <argon.argon.argon@gmail.com>"]
license = "Apache-2.0"
repository = "https://github.com/ar90n/alfort"
readme = "README.md"
keywords = ["declarative-ui", "elm-architecture"]
include = ["alfort/py.typed"]


[tool.poetry.dependencies]
python = "^3.10"

Expand Down

0 comments on commit 7fd7c3b

Please sign in to comment.