Skip to content

Commit

Permalink
Merge pull request #347 from tovrstra/pyproject-cleanups
Browse files Browse the repository at this point in the history
Improve pyproject.toml
  • Loading branch information
tovrstra authored Jun 21, 2024
2 parents 4e7f6f9 + c6862db commit 6d50bf0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
]
description = "Python Input and Output Library for Quantum Chemistry"
readme = "README.rst"
license = {file = "LICENSE"}
license = {file = "LICENSE.txt"}
requires-python = ">=3.9"
classifiers = [
"Development Status :: 3 - Alpha",
Expand All @@ -21,10 +21,12 @@ classifiers = [
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: File Formats",
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Scientific/Engineering :: Chemistry",
]
Expand Down

0 comments on commit 6d50bf0

Please sign in to comment.