Skip to content

Commit

Permalink
Include new testing and tests packages in the setup.py
Browse files Browse the repository at this point in the history
Opted for packages= and not find_packages() as wasn't sure of the
impact on the rest of the setup file. There's some funky stuff
happening in there.
  • Loading branch information
dpnova committed Aug 25, 2014
1 parent 0e268c9 commit 74fdc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def _hacked_write_toplevel_names(cmd, basename, filename):
description="Non-blocking web server. "
"A facebook's Tornado on top of Twisted.",
keywords="python non-blocking web server twisted facebook tornado",
packages=["cyclone", "twisted.plugins"],
packages=["cyclone", "twisted.plugins", "cyclone.tests", "cyclone.testing"],
package_data={"twisted": ["plugins/cyclone_plugin.py"],
"cyclone": ["appskel_default.zip",
"appskel_foreman.zip",
Expand Down

0 comments on commit 74fdc96

Please sign in to comment.