Skip to content

Commit be8a392

Browse files
author
Jiaaming
committed
dix: import bugs
1 parent 886b61c commit be8a392

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
**/test.py
66
.DS_Store
77
dist
8-
snap_sort/models
98
build
109
snap_sort.egg-info/
1110
cli_snapsort.egg-info/

MANIFEST.in

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
include snap_sort/models/yolov8s.pt
22
include snap_sort/utils/*
3-
recursive-include snap_sort/models *

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='cli-snapsort',
5-
version='0.1.5',
5+
version='0.1.6',
66
packages=find_packages(),
77
install_requires=[
88
"click>=8.1.0",

0 commit comments

Comments
 (0)