0
0
mirror of https://codeberg.org/crimeflare/cloudflare-tor synced 2025-07-06 09:55:13 +00:00

Update 'tool/globalist/setup.py'

This commit is contained in:
161085
2020-11-14 00:46:59 +01:00
parent f4223ce500
commit f9962eb015

View File

@ -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'
)