Skip to content

Commit

Permalink
Merge pull request #140 from dpnova/feature/test-related-packages-dis…
Browse files Browse the repository at this point in the history
…tributed

Include the testing and tests packages in the setup.py
  • Loading branch information
fiorix committed Aug 25, 2014
2 parents 1921aea + 74fdc96 commit 7ec6058
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[report]
include = cyclone/*
include = cyclone/*
omit = setup.py
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 7ec6058

Please sign in to comment.