Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Fixes #37

I update the toml file with the correct license
terms and costraining the aiida-core version
to be less then 3.0.0.
  • Loading branch information
bastonero committed Aug 10, 2023
1 parent e687530 commit fb7e31e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = {file = 'LICENSE.txt'}
classifiers = [
'Development Status :: 4 - Beta',
'Framework :: AiiDA',
'License :: OSI Approved :: MIT License',
'License :: Academic License',
'Operating System :: POSIX :: Linux',
'Operating System :: MacOS :: MacOS X',
'Programming Language :: Python',
Expand All @@ -25,7 +25,7 @@ classifiers = [
keywords = ['aiida', 'workflows']
requires-python = '>=3.8'
dependencies = [
"aiida-core>=2.2.2",
"aiida-core>=2.2.2,<3.0.0",
"aiida-quantumespresso>=4.3.0",
"aiida-phonopy>=1.1.3",
"phonopy>=2.19.0,<3.0.0",
Expand Down

0 comments on commit fb7e31e

Please sign in to comment.