-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathsetup.cfg
More file actions
45 lines (41 loc) · 1011 Bytes
/
setup.cfg
File metadata and controls
45 lines (41 loc) · 1011 Bytes
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
35
36
37
38
39
40
41
42
43
44
45
[metadata]
name = krb5
version = 0.9.0
url = https://github.com/jborean93/pykrb5
author = Jordan Borean
author_email = jborean93@gmail.com
license = MIT
license_files = LICENSE
description = Kerberos API bindings for Python
long_description = file: README.md
long_description_content_type = text/markdown
keywords =
krb5
kerberos
classifiers =
Development Status :: 4 - Beta
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: 3.14
Programming Language :: Python :: Free Threading :: 2 - Beta
[options]
package_dir =
=src
packages = find:
include_package_data = True
python_requires = >= 3.9
[options.packages.find]
where = src
[options.package_data]
krb5 =
py.typed
*.pyi
[options.exclude_package_data]
krb5 =
*.pxd
*.pyx
*.h