Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup_.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup_.py')
-rw-r--r--setup_.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/setup_.py b/setup_.py
deleted file mode 100644
index 9aa6a00..0000000
--- a/setup_.py
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env python
-if True:
- import os
- os.system("find ./ | sed 's,^./,honeypot.activity/,g' > MANIFEST")
- os.system('rm honeypot.xo')
- os.chdir('..')
- os.system('zip -r honeypot.xo honeypot.activity')
- os.system('mv honeypot.xo ./honeypot.activity')
- os.chdir('honeypot.activity')