Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlefran authored Jan 31, 2024
1 parent befd54e commit e0f8173
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ readme = "README.md"
license = {file = "LICENSE"}
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
Expand All @@ -37,6 +39,8 @@ dependencies = [

[project.urls]
Source = "https://github.com/kmlefran/aiida-aimall"
Documentation = "https://aiida-aimall.readthedocs.io"
Home = "https://aiida-aimall.readthedocs.io"

[project.optional-dependencies]
testing = [
Expand Down Expand Up @@ -143,11 +147,6 @@ filterwarnings = [
'ignore::DeprecationWarning:sqlalchemy_utils:',
]

#[tool.coverage.run]
# Configuration of [coverage.py](https://coverage.readthedocs.io)
# reporting which lines of your plugin are covered by tests
#source=["aiida_aimall"]

[tool.isort]
# Configuration of [isort](https://isort.readthedocs.io)
line_length = 120
Expand Down

0 comments on commit e0f8173

Please sign in to comment.