Skip to content

Commit cb67d74

Browse files
committed
more renaming
1 parent 802e7be commit cb67d74

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

chartlets.py/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ext_ctx = ExtensionContext.load(app_ctx, extension_refs)
5858
### 4. Publish the extensions
5959

6060
Implement the Chartlets API in your application-specific webserver using
61-
the controller implementations in `dashipy.controllers`.
61+
the controller implementations in `chartlets.controllers`.
6262

6363
As an example, see [`server.py` of the demo](chartlets/demo/server.py).
6464

chartlets.py/chartlets/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.0.15"
1+
version = "0.0.16"

chartlets.py/pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,8 @@ classifiers = [
3737
"Operating System :: MacOS",
3838
]
3939

40-
[project.scripts]
41-
dashipy = "dashipy.demo.server:main"
42-
4340
[tool.setuptools.dynamic]
44-
version = {attr = "dashipy.__version__"}
41+
version = {attr = "chartlets.__version__"}
4542
readme = {file = "README.md", content-type = "text/markdown"}
4643

4744
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)