File: setup.cfg

package info (click to toggle)
govee-local-api 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 220 kB
  • sloc: python: 1,318; sh: 5; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[metadata]
name = "govee-local-api"
version = attr: govee_local_api.__version__
author = "Galorhallen"
author_email = "andrea.ponte1987@gmail.com"
url =   
description = "Library to communicate with Govee devices via local API"
long_description = file: README.md
long_description_content_type = text/markdown
readme = "README.md"
requires-python = ">=3.9"
classifiers =
    "Development Status :: 5 - Production/Stable"
    "Programming Language :: Python :: 3"
    "License :: OSI Approved :: MIT License"
    "Operating System :: OS Independent"