version 1.0.0-rc.16

This commit is contained in:
2024-10-11 11:11:37 +02:00
parent 040c43084e
commit b605b95127
227 changed files with 3881 additions and 2176 deletions

View File

@@ -3,9 +3,9 @@
"""
Jungfraujoch
Jungfraujoch Broker Web API
API to control Jungfraujoch developed by the Paul Scherrer Institute (Switzerland). Jungfraujoch is a data acquisition and analysis system for pixel array detectors, primarly PSI JUNGFRAU. Jungfraujoch uses FPGA boards to acquire data at high data rates.
The version of the OpenAPI document: 1.0.0-rc.15
The version of the OpenAPI document: 1.0.0-rc.16
Contact: filip.leonarski@psi.ch
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -21,8 +21,8 @@ from setuptools import setup, find_packages # noqa: H301
#
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "openapi-client"
VERSION = "1.0.0"
NAME = "jfjoch-client"
VERSION = "1.0.0-rc.16"
PYTHON_REQUIRES = ">=3.7"
REQUIRES = [
"urllib3 >= 1.25.3, < 2.1.0",
@@ -35,7 +35,7 @@ setup(
name=NAME,
version=VERSION,
description="Jungfraujoch",
author="OpenAPI Generator community",
author="Filip Leonarski (Paul Scherrer Institute)",
author_email="filip.leonarski@psi.ch",
url="",
keywords=["OpenAPI", "OpenAPI-Generator", "Jungfraujoch"],
@@ -44,7 +44,7 @@ setup(
include_package_data=True,
long_description_content_type='text/markdown',
long_description="""\
Jungfraujoch Broker Web API
API to control Jungfraujoch developed by the Paul Scherrer Institute (Switzerland). Jungfraujoch is a data acquisition and analysis system for pixel array detectors, primarly PSI JUNGFRAU. Jungfraujoch uses FPGA boards to acquire data at high data rates.
""", # noqa: E501
package_data={"openapi_client": ["py.typed"]},
package_data={"jfjoch_client": ["py.typed"]},
)