Skip to content

Commit

Permalink
Do not use different pkg name
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kuethe committed Feb 9, 2024
1 parent 6a98fa3 commit 23dac77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "shiny-echarts"
name = "shinyecharts"
version = "0.1.0"
description = "ECharts for Shiny"
authors = ["Stefan Kuethe <[email protected]>"]
readme = "README.md"
license = "MIT"
packages = [
{include = "shinyecharts"}
]
# packages = [
# {include = "shinyecharts"}
# ]

[tool.poetry.dependencies]
python = "^3.9"
Expand Down

0 comments on commit 23dac77

Please sign in to comment.