Skip to content

Commit

Permalink
Add MIT license to project
Browse files Browse the repository at this point in the history
As discussed in issue #41
  • Loading branch information
agoscinski committed Nov 27, 2024
1 parent 903b3db commit 324f502
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers = [
'Programming Language :: Python :: 3.12',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Atmospheric Science',
'License :: OSI Approved :: MIT License',
]
keywords = ["workflow"," icon", "aiida", "aiida-workgraph"]
requires-python = '>=3.12'
Expand All @@ -31,6 +32,8 @@ dependencies = [
"aiida-core>=2.5",
"termcolor"
]
license = {text = "MIT License"}

[project.urls]
Repository = "https://github.com/C2SM/Sirocco.git"
Changelog = "https://github.com/C2SM/Sirocco/blob/main/CHANGELOG.md"
Expand Down

0 comments on commit 324f502

Please sign in to comment.