Skip to content

Commit 81f5f50

Browse files
committed
pymathics-hello -> Mathics3-Module-hello
1 parent 25ed84a commit 81f5f50

File tree

6 files changed

+6
-8
lines changed

6 files changed

+6
-8
lines changed

.github/workflows/osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pymathics-hello (macOS)
1+
name: Mathics3 Module hello (macOS)
22

33
on:
44
push:

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pymathics-hello (ubuntu)
1+
name: Mathics3-Module-hello (ubuntu)
22

33
on:
44
push:

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pymathics-hello (Windows)
1+
name: Mathics3-Module-hello (MS Windows)
22

33
on:
44
push:

README.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
Test Mathics3 Module
2-
31
This is a Mathics3 Python Module showing the classic "Hello, World!"
42
The purpose is to demonstrate how to write a Mathics3 Python Module which extends Mathics3 by adding a function, but written in Python.
53

admin-tools/make-dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
PACKAGE=pymathics-hello
2+
PACKAGE=Mathics3-Module-hello
33

44
# FIXME put some of the below in a common routine
55
function finish {

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ classifiers = [
4040
dynamic = ["version"]
4141

4242
[project.urls]
43-
Homepage = "https://github.com/Mathics3/pymathics-hello"
44-
Downloads = "https://github.com/Mathics3/pymathics-hello/releases"
43+
Homepage = "https://github.com/Mathics3/Mathics3-Module-hello"
44+
Downloads = "https://github.com/Mathics3/Mathics3_module-hello/releases"
4545

4646
[project.optional-dependencies]
4747
dev = [

0 commit comments

Comments
 (0)