Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Initial skeleton inspired by "contemporary" nibabel
Browse files Browse the repository at this point in the history
Majority of the setuptools specification is within setup.cfg,
versioneer (patched, see nipy/nibabel#816
on related discussion) provides version "management", setup.py is minimalistic,
pyproject.toml provides build dependencies

Time will show how well it serves us ;)
  • Loading branch information
yarikoptic committed Sep 20, 2019
1 parent beade33 commit 5868585
Show file tree
Hide file tree
Showing 8 changed files with 2,490 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# dandi-cli
# DANDI Client

This repository is under heavy development. Check-in later.
3 changes: 3 additions & 0 deletions dandi/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from . import _version

__version__ = _version.get_versions()['version']
Loading

0 comments on commit 5868585

Please sign in to comment.