Skip to content

Commit 162d5db

Browse files
committed
meta
1 parent 6a84466 commit 162d5db

File tree

6 files changed

+8
-92
lines changed

6 files changed

+8
-92
lines changed

.coveragerc

Lines changed: 0 additions & 31 deletions
This file was deleted.

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[flake8]
22
ignore = E501, W503
3-
exclude = .git,__pycache__,.eggs/,doc/,docs/,build/,dist/,archive/,env/
3+
exclude = .git,__pycache__,.eggs/,doc/,docs/,build/,dist/

.gitignore

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,7 @@
1-
.ipynb_checkpoints/
2-
.eggs/
31
.mypy_cache/
42
.pytest_cache/
53

6-
7-
doctrees/
8-
.buildinfo
9-
10-
*.asv
11-
12-
# Byte-compiled / optimized / DLL files
134
__pycache__/
14-
*.py[cod]
155

16-
# C extensions
17-
*.so
18-
19-
# Distribution / packaging
20-
.Python
21-
env/
226
build/
23-
develop-eggs/
247
dist/
25-
downloads/
26-
eggs/
27-
lib/
28-
lib64/
29-
parts/
30-
sdist/
31-
var/
32-
*.egg-info/
33-
.installed.cfg
34-
*.egg
35-
36-
# PyInstaller
37-
# Usually these files are written by a python script from a template
38-
# before PyInstaller builds the exe, so as to inject date/other infos into it.
39-
*.manifest
40-
*.spec
41-
42-
# Installer logs
43-
pip-log.txt
44-
pip-delete-this-directory.txt
45-
46-
# Unit test / coverage reports
47-
htmlcov/
48-
.tox/
49-
.coverage
50-
.cache
51-
nosetests.xml
52-
coverage.xml
53-
54-
# Translations
55-
*.mo
56-
*.pot
57-
58-
# Django stuff:
59-
*.log
60-
61-
# Sphinx documentation
62-
docs/_build/
63-
64-
# PyBuilder
65-
target/

CITATION

Lines changed: 0 additions & 1 deletion
This file was deleted.

CITATION.cff

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
cff-version: 1.2.0
2+
authors:
3+
- family-names: Hirsch
4+
given-names: Michael
5+
orcid: 0000-0002-1637-6526
6+
title: PyGemini
7+
doi: 10.5281/zenodo.3262738

codemeta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"dateModified": "2020-05-10",
1010
"issueTracker": "https://github.com/geospace-code/pymap3d/issues",
1111
"name": "PyMap3d",
12-
"version": "2.4.1",
1312
"identifier": "10.5281/zenodo.3262738",
1413
"description": "pure-Python (Numpy optional) 3D coordinate conversions for geospace",
1514
"applicationCategory": "geospace",

0 commit comments

Comments
 (0)