Skip to content

Commit 54dae35

Browse files
committed
fix setup.py
1 parent c860ad2 commit 54dae35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
setup(
33
name = 'jicson',
44
version = '1.0.0',
5-
packages=find_packages(exclude=('jicson.egg-info', 'dist', 'build', 'jicsonenv' )),
5+
packages=['jicson'],
66
author = 'jspiner',
77
author_email = 'jspiner@naver.com',
88
url = 'http://caly.io',

0 commit comments

Comments
 (0)