From 2728f36d6148c806061c3d45ff470fb51819a6f1 Mon Sep 17 00:00:00 2001 From: Michele Nottoli <michele.nottoli@gmail.com> Date: Tue, 24 Oct 2023 13:59:52 +0200 Subject: [PATCH] Updated the information in setup.py. --- setup.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index a658eca..0a52c51 100644 --- a/setup.py +++ b/setup.py @@ -4,12 +4,13 @@ setup( name="grext", version="0.4.1", packages=find_packages(), - install_requires=["numpy", "scipy", "pytest"], - author="Michele Nottoli", + install_requires=["numpy", "scipy"], + tests_require=["pytest"], + author="Michele Nottoli and Benjamin Stamm", description="Tools for generating new guesses for SCF calculations.", classifiers=[ "Programming Language :: Python :: 3", - "License :: OSI Approved :: MIT License", + "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Operating System :: OS Independent", ], ) -- GitLab