Skip to content

Commit 78fa8a1

Browse files
committed
Update meta
1 parent d7ffc45 commit 78fa8a1

6 files changed

Lines changed: 27 additions & 145 deletions

File tree

.config/Tasks/Release-Locales.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env bash
2+
# SPDX-License-Identifier: LGPL-2.1-or-later
3+
# SPDX-FileNotice: Part of the Plot addon.
4+
25

36
set -euo pipefail
47

.config/Tasks/Update-Locales.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env bash
2+
# SPDX-License-Identifier: LGPL-2.1-or-later
3+
# SPDX-FileNotice: Part of the Plot addon.
4+
25

36
set -euo pipefail
47

.editorconfig

Lines changed: 5 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,19 @@
1-
2-
################################################################################
3-
# #
4-
# #
5-
# ###############################*********** #
6-
# ###############################************* #
7-
# ###############################************** #
8-
# ###############################**************** #
9-
# ###############################****************** #
10-
# ##########..............................********** #
11-
# ##########..............................********++ #
12-
# ##########..............................******++++ #
13-
# ##########..............................****++++++ #
14-
# ##########..............................***+++++++ #
15-
# ##########..............................*+++++++++ #
16-
# ##########..........++++++++++++++++++++++++++++++ #
17-
# ##########..........+++++++++++++++++++++++++++++ #
18-
# ##########..........++++++++++++++++++++++++++ #
19-
# ##########..........++++++++++++++++++++++++ #
20-
# ##########....................++++++++++++++ #
21-
# ##########....................++++++++++++++++ #
22-
# ##########....................++++++++++++++++++ #
23-
# ##########....................++++++++++++++++++++ #
24-
# ##########....................++++++++++++++++++++ #
25-
# ##########..........::::::::::+++++++++++++++++++ #
26-
# ##########..........++++++++++++++++++++++++++++ #
27-
# #########*..........++++++++++++++++++++++++++++ #
28-
# ########**..........+++++++++++++++++++ #
29-
# ######****..........++++++++++++++++++ #
30-
# ####******..........++++++++++++++++++ #
31-
# ##********..........+++++++++++++++++++ #
32-
# **********..........++++++++++++++++++++ #
33-
# ******************++++++++++++++++++++++ #
34-
# ****************++++++++ +++++++++ #
35-
# **************+++++++++ +++++ #
36-
# *************++++++++++ #
37-
# ***********+++++++++++ #
38-
# #
39-
# #
40-
################################################################################
41-
# #
42-
# More details at #
43-
# https://EditorConfig.org #
44-
# #
45-
################################################################################
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
2+
# SPDX-FileNotice: Part of the Plot addon.
3+
# SPDX-FileNotice: https://EditorConfig.org
464

475

486
root = true
497

508

51-
[*.{toml,xml,py,md,svg}]
9+
[*.{toml,xml,py,md}]
5210
insert_final_newline = false
5311
indent_style = space
5412
end_of_line = lf
5513
indent_size = 4
5614
charset = utf-8
5715

58-
[*.{toml,xml,py,svg}]
16+
[*.{toml,xml,py}]
5917
trim_trailing_whitespace = true
6018

6119
[*.{md}]

.gitignore

Lines changed: 4 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -1,97 +1,9 @@
1-
# Byte-compiled / optimized / DLL files
2-
__pycache__/
3-
*.py[cod]
4-
*$py.class
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
2+
# SPDX-FileNotice: Part of the Plot addon.
3+
# SPDX-FileNotice: https://git-scm.com/docs/gitignore
54

6-
# C extensions
7-
*.so
8-
9-
# Distribution / packaging
10-
.Python
11-
env/
12-
build/
13-
develop-eggs/
14-
dist/
15-
downloads/
16-
eggs/
17-
.eggs/
18-
lib/
19-
lib64/
20-
parts/
21-
sdist/
22-
var/
23-
wheels/
24-
*.egg-info/
25-
.installed.cfg
26-
*.egg
27-
28-
# PyInstaller
29-
# Usually these files are written by a python script from a template
30-
# before PyInstaller builds the exe, so as to inject date/other infos into it.
31-
*.manifest
32-
*.spec
33-
34-
# Installer logs
35-
pip-log.txt
36-
pip-delete-this-directory.txt
37-
38-
# Unit test / coverage reports
39-
htmlcov/
40-
.tox/
41-
.coverage
42-
.coverage.*
43-
.cache
44-
nosetests.xml
45-
coverage.xml
46-
*,cover
47-
.hypothesis/
48-
49-
# Translations
50-
*.mo
51-
*.pot
52-
53-
# Django stuff:
54-
*.log
55-
local_settings.py
56-
57-
# Flask stuff:
58-
instance/
59-
.webassets-cache
60-
61-
# Scrapy stuff:
62-
.scrapy
63-
64-
# Sphinx documentation
65-
docs/_build/
66-
67-
# PyBuilder
68-
target/
69-
70-
# Jupyter Notebook
71-
.ipynb_checkpoints
72-
73-
# pyenv
74-
.python-version
75-
76-
# celery beat schedule file
77-
celerybeat-schedule
78-
79-
# SageMath parsed files
80-
*.sage.py
81-
82-
# dotenv
83-
.env
84-
85-
# virtualenv
5+
__pycache__
866
.venv
87-
venv/
88-
ENV/
89-
90-
# Spyder project settings
91-
.spyderproject
92-
93-
# Rope project settings
94-
.ropeproject
957

968

979
freecad/plot/Resources/Interface/*.py

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
2+
<!-- SPDX-FileNotice: Part of the Plot addon. -->
3+
14
# <img height = '24' src = 'freecad/plot/Resources/Icons/Addon.svg' /> Plot
25

36

package.xml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@
1010

1111
<!--[ Versions ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
1212

13-
<freecadmin>1.0.0</freecadmin>
14-
<version>2025.10.29</version>
15-
<date>2025-10-29</date>
13+
<freecadmin>1.1.0</freecadmin>
14+
<version>2026.04.15</version>
15+
<date>2026-04-15</date>
1616

1717
<!--[ Dependencies ]―――――――――――――――――――――――――――――――――――――――――――――――――――――-->
1818

19-
<depend>matplotlib</depend>
19+
<depend
20+
version_gte = '3.10.8'
21+
type = 'python'
22+
>matplotlib</depend>
2023

2124
<!--[ Info ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
2225

@@ -81,13 +84,13 @@
8184

8285
<url
8386
type = 'readme'
84-
>https://github.com/FreeCAD/Plot/blob/Latest/README.md</url>
87+
>https://raw.githubusercontent.com/FreeCAD/Plot/refs/heads/Latest/README.md</url>
8588

8689
<!--[ Content ]――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
8790

8891
<content>
8992
<workbench>
90-
<subdirectory>./</subdirectory>
93+
<subdirectory>.</subdirectory>
9194
<classname>PlotWorkbench</classname>
9295
</workbench>
9396
</content>

0 commit comments

Comments
 (0)