Commit b98d259f authored by Xavier Thompson's avatar Xavier Thompson

Add metadata for release

parent 4b67f87d
...@@ -3,7 +3,7 @@ requires = ["setuptools"] ...@@ -3,7 +3,7 @@ requires = ["setuptools"]
[project] [project]
name = "typon" name = "typon"
version = "0.0.1" version = "0.3"
dependencies = [ dependencies = [
"clang-format ~= 18.1.3", "clang-format ~= 18.1.3",
"colorama ~= 0.4.6", "colorama ~= 0.4.6",
...@@ -14,6 +14,17 @@ dependencies = [ ...@@ -14,6 +14,17 @@ dependencies = [
"Pygments ~= 2.17.2", "Pygments ~= 2.17.2",
"python-dotenv ~= 1.0.1", "python-dotenv ~= 1.0.1",
] ]
authors = [
{ name="Xavier Thompson", email="xavier.thompson@nexedi.com" },
{ name="Tom Niget", email="tom.niget@nexedi.com" },
]
description = "A Python-to-C++ compiler geared towards concurrency"
readme = "README.md"
requires-python = ">=3.12"
[project.urls]
Homepage = "https://typon.nexedi.com"
Repository = "https://lab.nexedi.com/typon/typon-compiler"
[project.optional-dependencies] [project.optional-dependencies]
test = [ test = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment