File: setup.cfg

package info (click to toggle)
python-aioruckus 0.40-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 232 kB
  • sloc: python: 1,884; makefile: 6
file content (27 lines) | stat: -rw-r--r-- 684 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
[metadata]
name = aioruckus
version = 0.40
author = ms264556
author_email = bsd0@patterni.city
description = Python API to interact with Ruckus Unleashed and ZoneDirector devices.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/ms264556/aioruckus
classifiers =
    Programming Language :: Python :: 3
    License :: OSI Approved :: BSD License
    Operating System :: OS Independent
license = BSD0
[options]
packages = find:
python_requires = >=3.10
include_package_data = True
install_requires =
    aiohttp >= 3.8.4
    xmltodict >= 0.13.0
    cryptography >= 41.0.0

[options.packages.find]
exclude =
    tests
    tests.*