0
0
mirror of https://codeberg.org/crimeflare/cloudflare-tor synced 2025-06-15 11:06:05 +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

17
tool/globalist/setup.py Normal file
View File

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