summaryrefslogtreecommitdiffstats
path: root/globalist/setup.py
diff options
context:
space:
mode:
authoranonymous <anonymous@gmail.com>2018-10-13 15:42:01 -0400
committeranonymous <anonymous@gmail.com>2018-10-13 15:42:01 -0400
commitee21ae340c013f7306cab1ae07d686f0b79f18e4 (patch)
tree7893c58c6947b65b6956ca5025c72913c4c156b1 /globalist/setup.py
parent66280f5be359cae37dbe2002417fdb5c99139b02 (diff)
downloadcloudflare-tor-ee21ae340c013f7306cab1ae07d686f0b79f18e4.tar
cloudflare-tor-ee21ae340c013f7306cab1ae07d686f0b79f18e4.tar.gz
cloudflare-tor-ee21ae340c013f7306cab1ae07d686f0b79f18e4.tar.lz
cloudflare-tor-ee21ae340c013f7306cab1ae07d686f0b79f18e4.tar.xz
cloudflare-tor-ee21ae340c013f7306cab1ae07d686f0b79f18e4.zip
moved globalist to other directory/repository
Diffstat (limited to 'globalist/setup.py')
-rwxr-xr-xglobalist/setup.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/globalist/setup.py b/globalist/setup.py
deleted file mode 100755
index 24542977..00000000
--- a/globalist/setup.py
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/usr/bin/env python3
-
-from distutils.core import setup
-
-setup(
- name='Globalist',
- version='0.0.6.2',
- description='Globalist distributed git onions',
- author='fnordomat',
-# author_email='',
- url='https://github.com/fnordomat/Globalist',
- packages=['globalist'],
- scripts=['Globalist.py'],
- install_requires=['stem>=1.5.0'],
- license='GPLv3'
-)
-