Skip to content

Commit 9aa1fe3

Browse files
Update setup.py
1 parent cdb786e commit 9aa1fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"Documentation": "https://codeforphilly.github.io/chime/",
3131
},
3232
package_dir={'': 'src'},
33-
packages=find_namespace_packages(where='src', exclude=('tests')),
33+
#packages=find_namespace_packages(where='src', exclude=('tests')),
3434
install_requires=[
3535
"streamlit",
3636
"pandas",

0 commit comments

Comments
 (0)