aboutsummaryrefslogtreecommitdiffstats
path: root/globalist/setup.py
diff options
context:
space:
mode:
authoranonymous <anonymous@gmail.com>2018-01-17 14:10:29 -0500
committeranonymous <anonymous@gmail.com>2018-01-17 14:10:29 -0500
commit5d70c3ac257b97f92cbbb799f433ed2d4ecd3711 (patch)
tree970625065fbb6b91a320359a908f85515cce77e9 /globalist/setup.py
parent4fc55425191db8fabfd4c111da9c170ec161de4b (diff)
downloadcloudflare-tor-5d70c3ac257b97f92cbbb799f433ed2d4ecd3711.tar.lz
cloudflare-tor-5d70c3ac257b97f92cbbb799f433ed2d4ecd3711.tar.xz
cloudflare-tor-5d70c3ac257b97f92cbbb799f433ed2d4ecd3711.zip
Cleaning up - cutting down on some of the redundancy, removing globalist
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 5a3b2b74..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.1',
- 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'
-)
-