From 4a8b7c763e377cca5ad908f19d70c99b1b13ee74 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 1 Apr 2013 22:10:18 +0200 Subject: [PATCH] docs: Remove py_modules comment from example setup.py --- docs/extensiondev.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/extensiondev.rst b/docs/extensiondev.rst index 7b4bc374..43b0b723 100644 --- a/docs/extensiondev.rst +++ b/docs/extensiondev.rst @@ -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=[