From 601972d36e871d8f72e8688f9b2a40f134e8ffac Mon Sep 17 00:00:00 2001
From: John Chilton <jmchilton@gmail.com>
Date: Wed, 8 Apr 2015 22:12:35 -0400
Subject: [PATCH] Add some dummy package info to wsgi_path.egg-info.

Should hopefully address the crazy issue #59.
---
 wsgi_path.egg-info/PKG-INFO | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 wsgi_path.egg-info/PKG-INFO

diff --git a/wsgi_path.egg-info/PKG-INFO b/wsgi_path.egg-info/PKG-INFO
new file mode 100644
index 00000000..7cadc3cd
--- /dev/null
+++ b/wsgi_path.egg-info/PKG-INFO
@@ -0,0 +1,8 @@
+Metadata-Version: 1.1
+Name: pulsar-app
+Version: unverisoned
+Summary: Distributed job execution application built for Galaxy (http://galaxyproject.org/).
+Home-page: https://github.com/galaxyproject/pulsar
+Author: Galaxy Project
+Author-email: jmchilton@gmail.com
+License: Apache License 2.0
-- 
GitLab