Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TillerBurr committed Feb 22, 2022
1 parent bb1e89e commit 66fd2fd
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ version = "0.2.1"
description = "Dash Component based on react-awesome-query-builder"
authors = ["Tyler Baur <[email protected]>"]
license = "MIT"
classifiers = [
"Development Status :: 3 - Alpha",
"Framework :: Dash",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10"
]

[tool.poetry.urls]
"Bug Tracker"="https://github.com/baurt/dash_query_builder/issues"
"Homepage"="https://github.com/baurt/dash_query_builder"



[tool.poetry.dependencies]
python = "^3.8"
Expand All @@ -15,8 +28,6 @@ black = "^21.6b0"
flake8 = "^3.9.2"
dash = {version = "^2.0.0", extras = ["dev","testing"]}

[tool.poetry.scripts]
build_py_dash="dash-generate-components ./src/lib/components dash_query_builder -p package-info.json --r-prefix 'R' --jl-prefix ''"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 66fd2fd

Please sign in to comment.