Skip to content
Snippets Groups Projects
Commit ea5c3bb2 authored by Adam Fekete's avatar Adam Fekete
Browse files

cleanup

parent 543a27fd
No related branches found
No related tags found
1 merge request!1New setup process and fixing the requirements
# https://github.com/github/gitignore/blob/main/Global/macOS.gitignore
# General
.DS_Store
.AppleDouble
......
......@@ -10,10 +10,7 @@ readme = "README.md"
authors = [{ name = "Martin Kuban", email = "kuban@physik.hu-berlin.de" }]
license = { file = "LICENSE" }
requires-python = ">=3.7"
dependencies = [
"numpy",
"bitarray"
]
dependencies = ["numpy", "bitarray"]
[project.urls]
homepage = "https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-dos-fingerprints"
......@@ -23,4 +20,4 @@ tests = ['pytest', 'pytest-cov']
docs = ['sphinx', 'sphinx_rtd_theme']
[tool.setuptools]
packages = ["nomad_dos_fingerprints"]
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