This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-libzt/packages/PyPI/setup.py
2017-12-15 17:19:18 -08:00

14 lines
431 B
Python

from distutils.core import setup
setup(
name = 'libzt',
packages = ['libzt'],
version = '1.1.5',
description = 'Library version of ZeroTier',
author = 'Joseph Henry',
author_email = 'joseph@zerotier.com',
url = 'https://github.com/zerotier/libzt',
download_url = 'https://github.com/zerotier/libzt/archive/1.1.5.tar.gz',
keywords = ['virtual', 'network', 'socket', 'lwip', 'network stack'],
classifiers = [],
)