From 548e0c1e41de81e52bd1b3ac4c6a29486838efc3 Mon Sep 17 00:00:00 2001 From: anonymous Date: Fri, 30 Nov 2018 19:36:07 +0000 Subject: we are a code repository --- globalist/setup.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 globalist/setup.py (limited to 'globalist/setup.py') diff --git a/globalist/setup.py b/globalist/setup.py new file mode 100755 index 00000000..24542977 --- /dev/null +++ b/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' +) + -- cgit v1.2.3