Skip to content

Commit

Permalink
Replace versioneer with hatch-regex-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed May 3, 2024
1 parent cbfeb9b commit 6dc7dac
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 2,367 deletions.
3 changes: 0 additions & 3 deletions MANIFEST.in

This file was deleted.

1 change: 1 addition & 0 deletions atpbar/__about__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "1.1.4"
17 changes: 9 additions & 8 deletions atpbar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Tai Sakuma <[email protected]>
__all__ = [
"atpbar",
"find_reporter",
"register_reporter",
"flush",
"disable",
"__version__",
]
from .main import atpbar
from .funcs import find_reporter, register_reporter, flush, disable

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

##__________________________________________________________________||

from .__about__ import __version__
Loading

0 comments on commit 6dc7dac

Please sign in to comment.