Franck Pommereau

simplified exam

......@@ -8,3 +8,4 @@ __pycache__
/www/ttc
/build
*.so
/TTC.egg-info
......
[build-system]
requires = ["setuptools", "wheel", "Cython"]
build-backend = "setuptools.build_meta"
[project]
name = "TTC"
version = "1.1"
authors = [
{ name = "Franck Pommereau", email = "franck.pommereau@univ-evry.fr" },
]
description = "A virtual computer for teaching architecture"
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Education",
"Topic :: Education",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.9",
"Operating System :: OS Independent"
]
dependencies = [
"rich",
"pygments",
"brython",
"colorama"
]
[project.urls]
Homepage = "https://forge.ibisc.univ-evry.fr/fpom/ttc"
[project.scripts]
ttc = "ttc.__main__:main"
This diff is collapsed. Click to expand it.