Skip to content

Commit 04e8daf

Browse files
committed
doc
1 parent f659b57 commit 04e8daf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This is the Python version of **_EasyCoder_**, a high-level English-like scripti
33

44
The JavaScript version of **_EasyCoder_**, which provides a full set of graphical features to run in a browser, is at
55

6-
Repository: [https://github.com/easycoder/easycoder.github.io](https://github.com/easycoder/easycoder.github.io)
6+
Repository: [https://github.com/easycoder/easycoder.github.io](https://github.com/easycoder/easycoder.github.io)
77
Website: [https://easycoder.github.io](https://easycoder.github.io)
88

99
## Quick Start

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ build-backend = "flit_core.buildapi"
55
[project]
66
name = "easycoder"
77
authors = [{name = "Graham Trott", email = "gtanyware@gmail.com"}]
8+
description = "Rapid scripting in English"
89
readme = "README.md"
910
license = {file = "LICENSE"}
1011
classifiers = ["License :: OSI Approved :: MIT License"]
12+
keywords = ["compiler", "scripting", "prototyping", "programming", "coding", "python", "Low Code", "HyperTalk", "Computer Language", "Rapid Application Development"]
1113
dynamic = ["version", "description"]
1214
dependencies = [
1315
"pytz"
@@ -17,4 +19,4 @@ dependencies = [
1719
easycoder = "easycoder:Main"
1820

1921
[project.urls]
20-
Home = "https://github.com/easycoder"
22+
Home = "https://github.com/easycoder/easycoder-py"

0 commit comments

Comments
 (0)