aboutsummaryrefslogtreecommitdiffstats
path: root/oldrep/globalist/setup.py
diff options
context:
space:
mode:
authortor <tor@project>2020-11-24 05:59:18 +0000
committertor <tor@project>2020-11-24 05:59:18 +0000
commitb64a674385695f379ed97ec17708ce7585010bac (patch)
tree5e008268e6f422dc993b10b396b8a692f525911f /oldrep/globalist/setup.py
parent452c05af42f622503b54385a278e7070bdb7c217 (diff)
parentf5865ee6002b838e854b3b6a544eb5310ba4a1a0 (diff)
downloadcloudflare-tor-b64a674385695f379ed97ec17708ce7585010bac.tar.lz
cloudflare-tor-b64a674385695f379ed97ec17708ce7585010bac.tar.xz
cloudflare-tor-b64a674385695f379ed97ec17708ce7585010bac.zip
Merge remote-tracking branch 'oldrep/master'
Diffstat (limited to 'oldrep/globalist/setup.py')
-rwxr-xr-xoldrep/globalist/setup.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/oldrep/globalist/setup.py b/oldrep/globalist/setup.py
new file mode 100755
index 00000000..24542977
--- /dev/null
+++ b/oldrep/globalist/setup.py
@@ -0,0 +1,17 @@
+#!/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'
+)
+