Skip to content

Commit

Permalink
install twisted plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
fiorix committed Jun 11, 2012
1 parent b71e57b commit a71f6e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,12 @@
# under the License.

from distutils.core import setup
from distutils.sysconfig import get_python_lib
import os


TWISTED_PLUGIN_PATH = os.path.join(get_python_lib(), "twisted", "plugins")
MODULE_PLUGIN_PATH = os.path.join("cyclone", "twisted", "plugins")

setup(
name="cyclone",
version="1.0-rc6",
packages=["cyclone"],
packages=["cyclone", "twisted.plugins"],
author="fiorix",
author_email="[email protected]",
url="http://cyclone.io/",
Expand All @@ -35,10 +30,6 @@
"A facebook's Tornado on top of Twisted.",
keywords="python non-blocking web server twisted facebook tornado",
package_data={"cyclone": ["appskel.zip"]},
data_files=[
(TWISTED_PLUGIN_PATH,
[os.path.join(MODULE_PLUGIN_PATH, "cyclone_plugin.py")])
]
)

from twisted.plugin import IPlugin, getPlugins
Expand Down
File renamed without changes.

0 comments on commit a71f6e3

Please sign in to comment.