Skip to content

Commit

Permalink
meta
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Feb 26, 2023
1 parent 6a84466 commit 162d5db
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 92 deletions.
31 changes: 0 additions & 31 deletions .coveragerc

This file was deleted.

2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -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/
58 changes: 0 additions & 58 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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/
1 change: 0 additions & 1 deletion CITATION

This file was deleted.

7 changes: 7 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 162d5db

Please sign in to comment.