We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc6f7b3 + d000ddc commit a95d7bcCopy full SHA for a95d7bc
1 file changed
pyproject.toml
@@ -3,9 +3,7 @@ name = "tiny8"
3
version = "0.2.0"
4
description = "An educational 8-bit CPU simulator with interactive visualization and assembly programming tools"
5
readme = "README.md"
6
-authors = [
7
- { name = "sql-hkr", email = "sql.hkr@gmail.com" }
8
-]
+authors = [{ name = "sql-hkr", email = "sql.hkr@gmail.com" }]
9
requires-python = ">=3.11"
10
classifiers = [
11
"License :: OSI Approved :: MIT License",
@@ -15,6 +13,7 @@ classifiers = [
15
13
]
16
14
dependencies = [
17
"matplotlib>=3.10.7",
+ "windows-curses ; sys_platform == 'win32'",
18
19
20
[build-system]
0 commit comments