Skip to content
Snippets Groups Projects
Commit 2728f36d authored by Michele Nottoli's avatar Michele Nottoli
Browse files

Updated the information in setup.py.

parent 65610e1c
No related branches found
No related tags found
No related merge requests found
...@@ -4,12 +4,13 @@ setup( ...@@ -4,12 +4,13 @@ setup(
name="grext", name="grext",
version="0.4.1", version="0.4.1",
packages=find_packages(), packages=find_packages(),
install_requires=["numpy", "scipy", "pytest"], install_requires=["numpy", "scipy"],
author="Michele Nottoli", tests_require=["pytest"],
author="Michele Nottoli and Benjamin Stamm",
description="Tools for generating new guesses for SCF calculations.", description="Tools for generating new guesses for SCF calculations.",
classifiers=[ classifiers=[
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Operating System :: OS Independent", "Operating System :: OS Independent",
], ],
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment