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

Commit

Permalink
Switch to setup.cfg + versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
bpoldrack committed Mar 16, 2021
1 parent 9b04bb6 commit ca84e70
Show file tree
Hide file tree
Showing 8 changed files with 2,483 additions and 93 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
datalad_hirni/_version.py export-subst
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
include datalad_hirni/resources/procedures/*
graft datalad_hirni/resources/webapp
include versioneer.py
include datalad_hirni/_version.py
include datalad_hirni/resources/rules/*
include datalad_hirni/resources/dummy_executable.sh
7 changes: 5 additions & 2 deletions datalad_hirni/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

__docformat__ = 'restructuredtext'

from .version import __version__

import os.path as op
from os.path import curdir
from os.path import abspath
Expand Down Expand Up @@ -56,3 +54,8 @@

from datalad import setup_package
from datalad import teardown_package

from ._version import get_versions
__version__ = get_versions()['version']
del get_versions

Loading

0 comments on commit ca84e70

Please sign in to comment.