Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
typon-compiler
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
typon
typon-compiler
Commits
7327e690
Commit
7327e690
authored
Apr 23, 2024
by
Xavier Thompson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add metadata for release
parent
70c79061
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
pyproject.toml
pyproject.toml
+12
-1
No files found.
pyproject.toml
View file @
7327e690
...
@@ -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
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment