1- # We should probably migrate most of setup.cfg here
1+ [project ]
2+ name = " minfraud"
3+ version = " 2.8.0"
4+ description = " MaxMind minFraud Score, Insights, Factors and Report Transactions API"
5+ authors = [
6+ {name = " Gregory Oschwald" , email = " goschwald@maxmind.com" },
7+ ]
8+ dependencies = [
9+ " setuptools>=60.0.0" ,
10+ " aiohttp>=3.6.2,<4.0.0" ,
11+ " email_validator>=1.1.1,<3.0.0" ,
12+ " geoip2>=4.7.0,<5.0.0" ,
13+ " requests>=2.24.0,<3.0.0" ,
14+ " voluptuous" ,
15+ ]
16+ requires-python = " >=3.7"
17+ readme = " README.rst"
18+ license = {text = " Apache License 2.0" }
19+ classifiers = [
20+ " Development Status :: 5 - Production/Stable" ,
21+ " Environment :: Web Environment" ,
22+ " Intended Audience :: Developers" ,
23+ " License :: OSI Approved :: Apache Software License" ,
24+ " Programming Language :: Python" ,
25+ " Programming Language :: Python :: 3" ,
26+ " Programming Language :: Python :: 3.7" ,
27+ " Programming Language :: Python :: 3.8" ,
28+ " Programming Language :: Python :: 3.9" ,
29+ " Programming Language :: Python :: 3.10" ,
30+ " Programming Language :: Python :: 3.11" ,
31+ " Topic :: Internet" ,
32+ " Topic :: Internet :: Proxy Servers" ,
33+ " Topic :: Internet :: WWW/HTTP" ,
34+ ]
35+
36+ [project .optional-dependencies ]
37+ test = [
38+ " mocket>=3.11.1" ,
39+ ]
40+
41+ [tool .setuptools .package-data ]
42+ minfraud = [" py.typed" ]
43+
44+ [project .urls ]
45+ Homepage = " https://www.maxmind.com/"
46+ Documentation = " https://minfraud.readthedocs.org/"
47+ "Source Code" = " https://github.com/maxmind/minfraud-api-python"
48+ "Issue Tracker" = " https://github.com/maxmind/minfraud-api-python/issues"
49+
50+ [build-system ]
51+ requires = [" setuptools" , " setuptools-scm" , " wheel" ]
52+ build-backend = " setuptools.build_meta"
253
354[tool .black ]
455# src is showing up in our GitHub linting builds. It seems to
556# contain deps.
6- extend-exclude = ' ^/src/'
57+ extend-exclude = ' ^/src/'
0 commit comments