Modify pypi package name

This commit is contained in:
Xuwznln
2025-10-01 17:59:35 +08:00
parent 2c19419ce8
commit 78395349b2
4 changed files with 12 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "elevatorpy"
name = "elevator-py"
dynamic = ["version"]
description = "Python implementation of Elevator Saga game with event system"
readme = "README.md"