Skip to content

Commit 9befad4

Browse files
committed
minor fixes before pypi
1 parent 7969be6 commit 9befad4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "AsyncFlow-Sim"
2+
name = "asyncflow-sim"
33
version = "0.1.0a1"
44
description = "Digital-twin simulator for distributed async systems. Build what-if scenarios and quantify capacity, latency and throughput offline—before you deploy."
55
authors = ["Gioele Botta"]
@@ -18,9 +18,9 @@ keywords = [
1818
"fastapi", "uvicorn", "distributed-systems", "queuing-theory"
1919
]
2020

21-
homepage = "https://github.com/AsyncFlow-Sim"
21+
homepage = "https://github.com/AsyncFlow-Sim/AsyncFlow"
2222
repository = "https://github.com/AsyncFlow-Sim/AsyncFlow"
23-
documentation = "https://github.com/AsyncFlow-Sim/AsyncFlow-Sim/tree/v0.1.0/docs"
23+
documentation = "https://github.com/AsyncFlow-Sim/AsyncFlow/tree/main/docs"
2424

2525
classifiers = [
2626
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)