File: setup.cfg

package info (click to toggle)
python-aiosenz 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: python: 194; makefile: 4
file content (34 lines) | stat: -rw-r--r-- 1,094 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[metadata]
name = aiosenz
version = 1.0.0
url = https://github.com/milanmeu/aiosenz
author = Milan Meulemans
author_email = milan.meulemans@live.be
maintainer = Milan Meulemans
maintainer_email = milan.meulemans@live.be
classifiers =
    Programming Language :: Python :: 3
    License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
    Operating System :: OS Independent
description = Async Typed Python package for the nVent RAYCHEM SENZ RestAPI
long_description = file: README.md
long_description_content_type = text/markdown
license = LGPLv3+
license_file = COPYING
keywords = nvent, raychem, senz, wifi, api, restapi, oauth2
project_urls =
    Say Thanks! = https://saythanks.io/to/milan.meulemans@live.be
    Bug Tracker = https://github.com/milanmeu/aiosenz/issues
    Source Code = https://github.com/milanmeu/aiosenz
    Documentation = https://github.com/milanmeu/aiosenz/blob/main/README.md

[options]
packages = find:
install_requires =
    httpx
    authlib
python_requires = >=3.8
include_package_data = True

[options.package_data]
aiosenz = py.typed