aboutsummaryrefslogtreecommitdiffstats
path: root/tool/globalist/setup.py
diff options
context:
space:
mode:
authoruser <t@or>2020-12-07 03:14:21 +0000
committeruser <t@or>2020-12-07 03:14:21 +0000
commite4073acbbbc3e261574d83e3e946836e331f0135 (patch)
tree4cb7cbe81bf43b2f8d634ecc68258f61a3272f0f /tool/globalist/setup.py
parent3c83ee0dd264873266ff7eb84483328296202015 (diff)
downloadcloudflare-tor-e4073acbbbc3e261574d83e3e946836e331f0135.tar.lz
cloudflare-tor-e4073acbbbc3e261574d83e3e946836e331f0135.tar.xz
cloudflare-tor-e4073acbbbc3e261574d83e3e946836e331f0135.zip
by fnordomat@github
Diffstat (limited to 'tool/globalist/setup.py')
-rw-r--r--tool/globalist/setup.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/tool/globalist/setup.py b/tool/globalist/setup.py
deleted file mode 100644
index 24542977..00000000
--- a/tool/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'
-)
-