diff --git a/pyproject.toml b/pyproject.toml index 6b02312..4018759 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,9 +3,7 @@ name = "tiny8" version = "0.2.0" description = "An educational 8-bit CPU simulator with interactive visualization and assembly programming tools" readme = "README.md" -authors = [ - { name = "sql-hkr", email = "sql.hkr@gmail.com" } -] +authors = [{ name = "sql-hkr", email = "sql.hkr@gmail.com" }] requires-python = ">=3.11" classifiers = [ "License :: OSI Approved :: MIT License", @@ -15,6 +13,7 @@ classifiers = [ ] dependencies = [ "matplotlib>=3.10.7", + "windows-curses ; sys_platform == 'win32'", ] [build-system]