Skip to content

Commit bac4852

Browse files
authored
Update setup.py
Restoring it... it fif not work
1 parent 4ee1383 commit bac4852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def read(filename):
2828
author_email='[email protected]',
2929
url=' http://github.com/coderholic/pyradio',
3030
include_package_data=True,
31-
packages=find_namespace_packages(exclude=['devel', 'favicon']),
31+
packages=find_namespace_packages(exclude=['devel', 'favicon']) + ['pyradio.__pycache__'],
3232
entry_points={
3333
'console_scripts': [
3434
'pyradio = pyradio.main:shell',

0 commit comments

Comments
 (0)