Skip to content

Commit

Permalink
setup and sample tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Dec 18, 2023
1 parent 50c3724 commit 1265f42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions sdk/python/examples/flask-server/server.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
#!python3
from flask import Flask
import openziti
import sys
import zrok
from zrok.model import AccessRequest, ShareRequest
import atexit
import openziti

app = Flask(__name__)
zrok_opts = {}
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/sdk/zrok/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_packages, setup # noqa: H301

# optionally upload to TestPyPi with alternative name in testing repo
NAME = os.getenv('ZROK_PY_NAME', "zrok_sdk")
NAME = os.getenv('ZROK_PY_NAME', "zrok")
# inherit zrok version from environment or default to dev version
VERSION = os.getenv('ZROK_VERSION', "0.4.0.dev")

Expand Down

0 comments on commit 1265f42

Please sign in to comment.