From bb633623789ee9850873ba0b16a32c66c8265558 Mon Sep 17 00:00:00 2001 From: Markus Scheidgen <markus.scheidgen@gmail.com> Date: Mon, 15 Jun 2020 21:17:03 +0200 Subject: [PATCH] Minor setup.py metadata fixes. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9820998..e7ae62e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setuptools.setup( description="An implementation of DOS fingerprints for the NOMAD Laboratory.", long_description=long_description, long_description_content_type="text/markdown", - url="https://git.physik.hu-berlin.de/kuban/nomad-dos-fingerprints", - install_requires = ['numpy', 'bitarray'], + url="https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-dos-fingerprints", + install_requires=['numpy', 'bitarray'], packages=['nomad_dos_fingerprints'] ) -- GitLab