worldlines 0.2.2__tar.gz → 0.2.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: worldlines
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: Worldlines launcher — a world simulation built on the neonrp agentic engine
|
|
5
5
|
Project-URL: Homepage, https://worldlines.gg
|
|
6
6
|
Project-URL: Repository, https://github.com/LudicDynamics/WorldLines
|
|
@@ -9,7 +9,7 @@ Author: redoctober
|
|
|
9
9
|
Author-email: nikoloside <nikoloside@gmail.com>
|
|
10
10
|
License: LicenseRef-Proprietary
|
|
11
11
|
Requires-Python: >=3.10
|
|
12
|
-
Requires-Dist: neonrp[discord]==0.2.
|
|
12
|
+
Requires-Dist: neonrp[discord]==0.2.4
|
|
13
13
|
Provides-Extra: discord
|
|
14
14
|
Description-Content-Type: text/markdown
|
|
15
15
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "worldlines"
|
|
3
3
|
# Version is synced with neonrp by the release workflow (sed-replaced before build).
|
|
4
|
-
version = "0.2.
|
|
4
|
+
version = "0.2.4"
|
|
5
5
|
description = "Worldlines launcher — a world simulation built on the neonrp agentic engine"
|
|
6
6
|
authors = [
|
|
7
7
|
{name = "nikoloside", email = "nikoloside@gmail.com"},
|
|
@@ -13,7 +13,7 @@ requires-python = ">=3.10"
|
|
|
13
13
|
# Worldlines is a thin wrapper that pins the matching neonrp version.
|
|
14
14
|
# The release workflow rewrites this dependency to '==<same-version>'.
|
|
15
15
|
dependencies = [
|
|
16
|
-
"neonrp[discord]==0.2.
|
|
16
|
+
"neonrp[discord]==0.2.4",
|
|
17
17
|
]
|
|
18
18
|
|
|
19
19
|
# Passthrough extras — discord.py already arrives transitively via
|
|
File without changes
|
|
File without changes
|
|
File without changes
|