Skip to content

Commit

Permalink
include config.yaml, remove template
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Oct 25, 2022
1 parent 5428f64 commit 070e925
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 107 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ include HISTORY.rst
include LICENSE
include README.rst

include hdxms_datasets/config.yaml

recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
Expand Down
10 changes: 0 additions & 10 deletions hdxms_datasets/_template/CITATION.cff

This file was deleted.

71 changes: 0 additions & 71 deletions hdxms_datasets/_template/hdx_spec.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions hdxms_datasets/_template/metadata.yaml

This file was deleted.

1 change: 0 additions & 1 deletion hdxms_datasets/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

from omegaconf import OmegaConf, DictConfig, DictKeyType
from packaging import version

from hdxms_datasets._version import get_versions

__version__ = get_versions()["version"]
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ classifiers = [
]
dependencies = [
"omegaconf >= 0.2.3",
"packaging",
"pandas",
"pyyaml",
"requests",
Expand Down

0 comments on commit 070e925

Please sign in to comment.