123456789101112131415161718192021222324 |
- [build-system]
- requires = ["setuptools>=61.0"]
- build-backend = "setuptools.build_meta"
- [project]
- name = "llnw-sdk-python"
- version = "0.1.2"
- authors = [
- { name="Example Author", email="opensource@llnw.com" },
- ]
- description = "Limelight Networks Python SDK"
- readme = "README.md"
- license = { file="LICENSE" }
- requires-python = ">=3.6"
- classifiers=[
- "Programming Language :: Python :: 3",
- "Development Status :: 4 - Beta",
- "License :: OSI Approved :: Apache Software License"
- ]
- [project.urls]
- "Homepage" = "https://github.com/llnw/llnw-sdk-python"
- "Bug Tracker" = "https://github.com/llnw/llnw-sdk-python/issues"
|