Skip to content

Commit 7e55fc0

Browse files
committed
More consistency fixes
1 parent f736033 commit 7e55fc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "flitter-lang"
77
dynamic = ["version"]
8-
description = "Flitter is a functional programming language wrapped around a declarative system for describing 2D and 3D visuals."
8+
description = "Flitter is a functional programming language and declarative system for describing 2D and 3D visuals"
99
authors = [
1010
{name = "Jonathan Hogg", email = "[email protected]"},
1111
]
@@ -56,7 +56,7 @@ dependencies = [
5656
]
5757

5858
[project.urls]
59-
Homepage = "https://github.com/jonathanhogg/flitter"
59+
Documentation = "https://flitter.readthedocs.io/"
6060
Repository = "https://github.com/jonathanhogg/flitter.git"
6161
Issues = "https://github.com/jonathanhogg/flitter/issues"
6262

0 commit comments

Comments
 (0)