Added boilerplate files for PyPI package
This commit is contained in:
13
packages/PyPI/setup.py
Normal file
13
packages/PyPI/setup.py
Normal file
@@ -0,0 +1,13 @@
|
||||
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 = [],
|
||||
)
|
||||
Reference in New Issue
Block a user