Skip to content

Commit

Permalink
Merge 3aa9910 into 7a0cb77
Browse files Browse the repository at this point in the history
  • Loading branch information
sellth committed Jan 26, 2024
2 parents 7a0cb77 + 3aa9910 commit f33a9df
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 2,424 deletions.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ recursive-exclude * __pycache__
recursive-exclude * *.py[co]

recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif
include versioneer.py
include biomedsheets/_version.py
include biomedsheets/version.py
include biomedsheets/data/*.json

include requirements.txt requirements/*.txt
5 changes: 1 addition & 4 deletions biomedsheets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# -*- coding: utf-8 -*

from ._version import get_versions

__version__ = get_versions()["version"]
del get_versions
from biomedsheets.version import __version__ # noqa

0 comments on commit f33a9df

Please sign in to comment.