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:
17
tool/globalist/setup.py
Normal file
17
tool/globalist/setup.py
Normal 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'
|
||||
)
|
||||
|
Reference in New Issue
Block a user