Skip to content

Commit 1b4437a

Browse files
committed
update docs
1 parent 20d1fde commit 1b4437a

4 files changed

Lines changed: 15 additions & 14 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,6 @@ The HoloViz [Colorcet color maps](https://github.com/holoviz/colorcet) library h
282282
[![Donations](https://www.paypalobjects.com/en_GB/i/btn/btn_donate_LG.gif)](https://www.paypal.com/donate/?business=UL24WUA4XHNRY&no_recurring=1&item_name=Any+donations%2C+however+small%2C+will+help+further+the+development+of+these+projects.+Many+thanks%21&currency_code=GBP)
283283

284284

285-
You may also like this - an online [JavaScript version of a Fractal Generator](https://github.com/Algol-Variables/fractal-generator) with similar functionality:
285+
You may also like this - an online [JavaScript version of a Fractal Generator](https://github.com/semuadmin/fractal-generator) with similar functionality:
286286

287287
https://www.algolvariables.com/fractals/index.html

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=66.0", "wheel"]
2+
requires = ["setuptools>=75.0", "wheel"]
33
build-backend = "setuptools.build_meta:__legacy__"
44

55
[project]
@@ -49,17 +49,17 @@ mandelcli = "pymandel.mandelcli:main"
4949
make_colormap = "colormaps.make_colormap:main"
5050

5151
[project.urls]
52-
homepage = "https://github.com/semuconsulting/pymandel"
53-
documentation = "https://www.semuconsulting.com/pymandel/"
54-
repository = "https://github.com/semuconsulting/pymandel"
55-
changelog = "https://github.com/semuconsulting/pymandel/blob/master/RELEASE_NOTES.md"
52+
homepage = "https://github.com/semuadmin/pymandel"
53+
documentation = "https://www.semuadmin.com/pymandel/"
54+
repository = "https://github.com/semuadmin/pymandel"
55+
changelog = "https://github.com/semuadmin/pymandel/blob/master/RELEASE_NOTES.md"
5656

5757
[project.optional-dependencies]
5858
deploy = [
5959
"build",
6060
"packaging>=24.2",
6161
"pip",
62-
"setuptools>=66.0.0",
62+
"setuptools>=75.0.0",
6363
"twine>=6.1.0",
6464
"wheel",
6565
]

src/pymandel.egg-info/PKG-INFO

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Metadata-Version: 2.2
1+
Metadata-Version: 2.4
22
Name: pymandel
33
Version: 1.0.14
44
Summary: Fractal generation GUI application
@@ -679,10 +679,10 @@ License: GNU GENERAL PUBLIC LICENSE
679679
Public License instead of this License. But first, please read
680680
<https://www.gnu.org/licenses/why-not-lgpl.html>.
681681

682-
Project-URL: homepage, https://github.com/semuconsulting/pymandel
683-
Project-URL: documentation, https://www.semuconsulting.com/pymandel/
684-
Project-URL: repository, https://github.com/semuconsulting/pymandel
685-
Project-URL: changelog, https://github.com/semuconsulting/pymandel/blob/master/RELEASE_NOTES.md
682+
Project-URL: homepage, https://github.com/semuadmin/pymandel
683+
Project-URL: documentation, https://www.semuadmin.com/pymandel/
684+
Project-URL: repository, https://github.com/semuadmin/pymandel
685+
Project-URL: changelog, https://github.com/semuadmin/pymandel/blob/master/RELEASE_NOTES.md
686686
Keywords: PyMandel,fractal,Mandelbrot,Julia,Burning Ship,Tricorn,numba
687687
Classifier: Operating System :: OS Independent
688688
Classifier: Development Status :: 5 - Production/Stable
@@ -712,7 +712,7 @@ Provides-Extra: deploy
712712
Requires-Dist: build; extra == "deploy"
713713
Requires-Dist: packaging>=24.2; extra == "deploy"
714714
Requires-Dist: pip; extra == "deploy"
715-
Requires-Dist: setuptools>=66.0.0; extra == "deploy"
715+
Requires-Dist: setuptools>=75.0.0; extra == "deploy"
716716
Requires-Dist: twine>=6.1.0; extra == "deploy"
717717
Requires-Dist: wheel; extra == "deploy"
718718
Provides-Extra: test
@@ -725,6 +725,7 @@ Requires-Dist: pytest; extra == "test"
725725
Requires-Dist: pytest-cov; extra == "test"
726726
Requires-Dist: Sphinx; extra == "test"
727727
Requires-Dist: sphinx-rtd-theme; extra == "test"
728+
Dynamic: license-file
728729

729730
# PyMandel
730731

src/pymandel.egg-info/requires.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pillow>=9.3.0
66
build
77
packaging>=24.2
88
pip
9-
setuptools>=66.0.0
9+
setuptools>=75.0.0
1010
twine>=6.1.0
1111
wheel
1212

0 commit comments

Comments
 (0)