aboutsummaryrefslogtreecommitdiffstats
path: root/tool/globalist/setup.py
diff options
context:
space:
mode:
author161085 <161085@noreply.codeberg.org>2020-11-14 00:46:59 +0100
committer161085 <161085@noreply.codeberg.org>2020-11-14 00:46:59 +0100
commitf9962eb015074c7c2231cc6e033671542d174cec (patch)
tree433d128f2f29a968d7d00072bfc3cafae87388d9 /tool/globalist/setup.py
parentf4223ce5000c598141dcaa516c9550076271b070 (diff)
downloadcloudflare-tor-f9962eb015074c7c2231cc6e033671542d174cec.tar.lz
cloudflare-tor-f9962eb015074c7c2231cc6e033671542d174cec.tar.xz
cloudflare-tor-f9962eb015074c7c2231cc6e033671542d174cec.zip
Update 'tool/globalist/setup.py'
Diffstat (limited to 'tool/globalist/setup.py')
-rw-r--r--tool/globalist/setup.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/tool/globalist/setup.py b/tool/globalist/setup.py
new file mode 100644
index 00000000..24542977
--- /dev/null
+++ b/tool/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'
+)
+