Skip to content

Commit

Permalink
bug fixs: release to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeqiang-Lai committed Nov 26, 2021
1 parent 28d73c1 commit 34ccb0c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include torchlight/logging/logger_config.yaml
graft torchlight/transforms/kernels
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
setup(
name='torchlights',
packages=find_packages(),
version='0.3.0',
install_requires=['munch', 'colorama', 'readchar', 'tqdm', 'qqdm', 'pyyaml', 'colorlog']
version='0.3.2',
install_requires=['munch', 'colorama', 'readchar', 'tqdm', 'qqdm', 'pyyaml', 'colorlog'],
include_package_data=True
)
Empty file added torchlight/utils/__init__.py
Empty file.

0 comments on commit 34ccb0c

Please sign in to comment.