File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
66
77def get_long_description ():
8- description = (PATH_ROOT / "docs/ README.md" ).read_text (encoding = "utf-8" )
8+ description = (PATH_ROOT / "README.md" ).read_text (encoding = "utf-8" )
99 # replace relative repository path to absolute link to the release
1010 static_url = f"https://github.com/DefTruth/torchlm/blob/main/"
1111 description = description .replace ("docs/res/" , f"{ static_url } /docs/res/" )
1212 return description
1313
1414setuptools .setup (
1515 name = "torchlm" ,
16- version = "0.1.2 " ,
16+ version = "0.1.3 " ,
1717 author = "DefTruth" ,
1818 author_email = "qyjdef@163.com" ,
1919 description = "A PyTorch landmarks-only library with 100+ data augmentations, "
Original file line number Diff line number Diff line change 11# Versions
2- __version__ = '0.1.2 '
2+ __version__ = '0.1.3 '
33# Transforms Module: 100+ transforms available, can bind torchvision and
44# albumentations into torchlm pipeline with autodtype wrapper.
55from .transfroms import *
You can’t perform that action at this time.
0 commit comments