Skip to content
Snippets Groups Projects
Commit bb633623 authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Minor setup.py metadata fixes.

parent 073233c0
No related branches found
No related tags found
No related merge requests found
......@@ -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']
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment