mirror of
https://github.com/openziti/zrok.git
synced 2025-05-30 14:49:35 +02:00
this file should not be changed (#123)
This commit is contained in:
parent
e3920330bc
commit
2e7c183f4b
@ -1,19 +1,12 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 0.3.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from setuptools import setup, find_packages # noqa: H301
|
from setuptools import setup, find_packages # noqa: H301
|
||||||
|
import os
|
||||||
|
|
||||||
NAME = "zrok_sdk"
|
NAME = "zrok_sdk"
|
||||||
VERSION = "1.0.0"
|
VERSION = "0.4.0.dev"
|
||||||
|
try:
|
||||||
|
VERSION = os.environ['ZROK_VERSION']
|
||||||
|
except KeyError:
|
||||||
|
pass
|
||||||
# To install the library, run the following
|
# To install the library, run the following
|
||||||
#
|
#
|
||||||
# python setup.py install
|
# python setup.py install
|
||||||
@ -27,13 +20,14 @@ setup(
|
|||||||
name=NAME,
|
name=NAME,
|
||||||
version=VERSION,
|
version=VERSION,
|
||||||
description="zrok",
|
description="zrok",
|
||||||
author_email="",
|
author_email="cameron.otts@netfoundry.io",
|
||||||
url="",
|
url="https://zrok.io",
|
||||||
|
python_requires='>=3.10',
|
||||||
keywords=["Swagger", "zrok"],
|
keywords=["Swagger", "zrok"],
|
||||||
install_requires=REQUIRES,
|
install_requires=REQUIRES,
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
long_description="""\
|
long_description="""\
|
||||||
zrok client access # noqa: E501
|
Geo-scale, next-generation peer-to-peer sharing platform built on top of OpenZiti.
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user