forked from tsukumijima/netifaces-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
31 lines (29 loc) · 976 Bytes
/
setup.cfg
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
[metadata]
name = netifaces-plus
version = 0.12.2
url = https://github.com/tsukumijima/netifaces-plus
description = Portable network interface information (Supports Python 3.6 and higher)
long_description_content_type = text/x-rst
long_description = file: README.rst
license = MIT License
license_files =
LICENSE
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Topic :: System :: Networking
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
[options]
packages = find:
python_requires = >=3.6
[options.package_data]
* = *.pyi, py.typed