Description: Remove the ca-certificate file from being added to the package
Author: Carl Chenet <chaica@ohmytux.com>

--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ distutils.core.setup(
     version=version,
     packages = ["tornado", "tornado.test", "tornado.platform"],
     package_data = {
-        "tornado": ["ca-certificates.crt"],
+        #"tornado": ["ca-certificates.crt"],
         # data files need to be listed both here (which determines what gets
         # installed) and in MANIFEST.in (which determines what gets included
         # in the sdist tarball)
