We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee1383 commit bac4852Copy full SHA for bac4852
setup.py
@@ -28,7 +28,7 @@ def read(filename):
28
author_email='[email protected]',
29
url=' http://github.com/coderholic/pyradio',
30
include_package_data=True,
31
- packages=find_namespace_packages(exclude=['devel', 'favicon']),
+ packages=find_namespace_packages(exclude=['devel', 'favicon']) + ['pyradio.__pycache__'],
32
entry_points={
33
'console_scripts': [
34
'pyradio = pyradio.main:shell',
0 commit comments