docs: Remove py_modules comment from example setup.py

This commit is contained in:
Stein Magnus Jodal 2013-04-01 22:10:18 +02:00
parent f3004ed4d2
commit 4a8b7c763e

View File

@ -159,9 +159,6 @@ class that will connect the rest of the dots.
description='Very short description',
long_description=open('README.rst').read(),
packages=['mopidy_soundspot'],
# If you ship package instead of a single module instead, use
# 'py_modules' instead of 'packages':
#py_modules=['mopidy_soundspot'],
zip_safe=False,
include_package_data=True,
install_requires=[