We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c860ad2 commit 54dae35Copy full SHA for 54dae35
1 file changed
setup.py
@@ -2,7 +2,7 @@
2
setup(
3
name = 'jicson',
4
version = '1.0.0',
5
- packages=find_packages(exclude=('jicson.egg-info', 'dist', 'build', 'jicsonenv' )),
+ packages=['jicson'],
6
author = 'jspiner',
7
author_email = 'jspiner@naver.com',
8
url = 'http://caly.io',
0 commit comments