summaryrefslogtreecommitdiff
path: root/systrace/catapult/common/py_trace_event/py_trace_event/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'systrace/catapult/common/py_trace_event/py_trace_event/setup.py')
-rw-r--r--systrace/catapult/common/py_trace_event/py_trace_event/setup.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/systrace/catapult/common/py_trace_event/py_trace_event/setup.py b/systrace/catapult/common/py_trace_event/py_trace_event/setup.py
deleted file mode 100644
index 0b0070a..0000000
--- a/systrace/catapult/common/py_trace_event/py_trace_event/setup.py
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env python
-# Copyright 2011 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-from distutils.core import setup
-setup(
- name='py_trace_event',
- packages=['trace_event_impl'],
- version='0.1.0',
- description='Performance tracing for python',
- author='Nat Duca'
-)