Skip to content

Commit e26c4b2

Browse files
committed
Updated project files; CHANGES are now managed by individual packages
1 parent 759a782 commit e26c4b2

File tree

3 files changed

+3
-17
lines changed

3 files changed

+3
-17
lines changed

CHANGES.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

chartlets.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"plotting",
1717
"charting"
1818
],
19+
"homepage": "https://bcdev.github.io/chartlets",
1920
"repository": {
2021
"type": "git",
2122
"url": "https://github.com/bcdev/chartlets.git"
2223
},
2324
"bugs": {
2425
"url": "https://github.com/bcdev/chartlets/issues"
2526
},
26-
"homepage": "https://github.com/bcdev/charlet/blob/main/chartlets/README.md",
2727
"author": "Brockmann Consult GmbH",
2828
"license": "MIT",
2929
"types": "./dist/index.d.ts",

chartlets.py/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ demo = [
6969
]
7070

7171
[project.urls]
72-
Repository = "https://github.com/bcdev/chartlets"
7372
Documentation = "https://bcdev.github.io/chartlets"
73+
Repository = "https://github.com/bcdev/chartlets"
74+
Changelog = "https://github.com/bcdev/chartlets/blob/main/chartlets.py/CHANGES.md"
7475
# Not yet:
7576
#Issues = "https://github.com/bcdev/chartlets/issues"
76-
#Changelog = "https://github.com/bcdev/chartlets/blob/main/CHANGES.md"

0 commit comments

Comments
 (0)