From 162d5db31ee947bd45128791c5b199f8aebadd87 Mon Sep 17 00:00:00 2001 From: scivision Date: Sun, 26 Feb 2023 00:48:10 -0500 Subject: [PATCH] meta --- .coveragerc | 31 --------------------------- .flake8 | 2 +- .gitignore | 58 --------------------------------------------------- CITATION | 1 - CITATION.cff | 7 +++++++ codemeta.json | 1 - 6 files changed, 8 insertions(+), 92 deletions(-) delete mode 100644 .coveragerc delete mode 100644 CITATION create mode 100644 CITATION.cff diff --git a/.coveragerc b/.coveragerc deleted file mode 100644 index 5fbefdc..0000000 --- a/.coveragerc +++ /dev/null @@ -1,31 +0,0 @@ -# .coveragerc to control coverage.py -[run] -branch = True -source = src/ - -omit = - archive/* - */.local/* - -[report] -# Regexes for lines to exclude from consideration -exclude_lines = - # Have to re-enable the standard pragma - pragma: no cover - - # Don't complain about missing debug-only code: - def __repr__ - if self\.debug - - # Don't complain if tests don't hit defensive assertion code: - raise AssertionError - raise NotImplementedError - - # Don't complain if non-runnable code isn't run: - if 0: - if __name__ == .__main__.: - -ignore_errors = True - -[html] -directory = coverage_html_report diff --git a/.flake8 b/.flake8 index d7fa0fa..70f6638 100644 --- a/.flake8 +++ b/.flake8 @@ -1,3 +1,3 @@ [flake8] ignore = E501, W503 -exclude = .git,__pycache__,.eggs/,doc/,docs/,build/,dist/,archive/,env/ +exclude = .git,__pycache__,.eggs/,doc/,docs/,build/,dist/ diff --git a/.gitignore b/.gitignore index 3c14119..ca821a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,65 +1,7 @@ -.ipynb_checkpoints/ -.eggs/ .mypy_cache/ .pytest_cache/ - -doctrees/ -.buildinfo - -*.asv - -# Byte-compiled / optimized / DLL files __pycache__/ -*.py[cod] -# C extensions -*.so - -# Distribution / packaging -.Python -env/ build/ -develop-eggs/ dist/ -downloads/ -eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -*.egg-info/ -.installed.cfg -*.egg - -# PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. -*.manifest -*.spec - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.coverage -.cache -nosetests.xml -coverage.xml - -# Translations -*.mo -*.pot - -# Django stuff: -*.log - -# Sphinx documentation -docs/_build/ - -# PyBuilder -target/ diff --git a/CITATION b/CITATION deleted file mode 100644 index 5219dc0..0000000 --- a/CITATION +++ /dev/null @@ -1 +0,0 @@ -https://doi.org/10.5281/zenodo.3262738 diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..949d6e3 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,7 @@ +cff-version: 1.2.0 +authors: + - family-names: Hirsch + given-names: Michael + orcid: 0000-0002-1637-6526 +title: PyGemini +doi: 10.5281/zenodo.3262738 diff --git a/codemeta.json b/codemeta.json index 55114f5..c3bd69e 100644 --- a/codemeta.json +++ b/codemeta.json @@ -9,7 +9,6 @@ "dateModified": "2020-05-10", "issueTracker": "https://github.com/geospace-code/pymap3d/issues", "name": "PyMap3d", - "version": "2.4.1", "identifier": "10.5281/zenodo.3262738", "description": "pure-Python (Numpy optional) 3D coordinate conversions for geospace", "applicationCategory": "geospace",