-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
32 lines (30 loc) · 988 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
32
[metadata]
name = fipv
version = file: VERSION
keywords = fast, validation, validator, validate, ipv4, ipv6, ipv6_cidr, ipv4_cidr
license = MIT
author = eredotpkfr
author_email = [email protected]
description = Fast IP validator for bulk IP data.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/eredotpkfr/fipv
project_urls =
Documentation = https://www.erdoganyoksul.com/fipv/
Bug Reports = https://github.com/eredotpkfr/fipv/issues
Say Thanks (star the project) = https://github.com/eredotpkfr/fipv
classifiers =
Programming Language :: C
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
python_requires = >=3.9
packages = find:
package_dir =
= fipv
[options.packages.find]
where = fipv