From ea5c3bb2fd78b3aa4c2d726f0345b2f2a19c9d9b Mon Sep 17 00:00:00 2001 From: Adam Fekete <adam@fekete.co.uk> Date: Tue, 4 Oct 2022 18:03:26 +0200 Subject: [PATCH] cleanup --- .gitignore | 1 + pyproject.toml | 7 ++----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 37a31cf..5816c78 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # https://github.com/github/gitignore/blob/main/Global/macOS.gitignore + # General .DS_Store .AppleDouble diff --git a/pyproject.toml b/pyproject.toml index f0b9912..1969a8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] -- GitLab