From e0f8173e43fc96cc030017e06182b569b7e86f62 Mon Sep 17 00:00:00 2001 From: kmlefran <138684774+kmlefran@users.noreply.github.com> Date: Wed, 31 Jan 2024 13:51:02 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7caf771..607fdce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -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 = [ @@ -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