Skip to content

Commit

Permalink
fix(MANIFEST.in): add MANIFEST.in (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
DefTruth committed Feb 19, 2022
1 parent c17017a commit 98fc3db
Show file tree
Hide file tree
Showing 112 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recursive-include torchlm/transforms/assets *.jpg
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
def get_long_description():
description = (PATH_ROOT / "README.md").read_text(encoding="utf-8")
# replace relative repository path to absolute link to the release
static_url = f"https://github.com/DefTruth/torchlm/blob/main/"
description = description.replace("/docs/res/", f"{static_url}/docs/res/")
static_url = f"https://github.com/DefTruth/torchlm/blob/main"
description = description.replace("docs/res/", f"{static_url}/docs/res/")
return description


setuptools.setup(
name="torchlm",
version="0.1.4",
Expand Down Expand Up @@ -39,4 +40,5 @@ def get_long_description():
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent"
],
include_package_data=True
)
2 changes: 1 addition & 1 deletion torchlm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__version__ = '0.1.4'
# Transforms Module: 100+ transforms available, can bind torchvision and
# albumentations into torchlm pipeline with autodtype wrapper.
from .transfroms import *
from .transforms import *
# Utils Module: some utils methods.
from .utils import *
# Other Modules: TODO
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 98fc3db

Please sign in to comment.