File: setup.cfg

package info (click to toggle)
libcaes 0~20251121-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,820 kB
  • sloc: ansic: 29,475; sh: 6,682; python: 6,477; makefile: 378; cpp: 189; sed: 16
file content (16 lines) | stat: -rw-r--r-- 466 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[metadata]
name = libcaes-python
version = 20251121
description = Python bindings module for libcaes
long_description = Python bindings module for libcaes
long_description_content_type = text/plain
author = Joachim Metz
author_email = joachim.metz@gmail.com
license = GNU Lesser General Public License v3 or later (LGPLv3+)
license_files = COPYING*
classifiers =
  Development Status :: 3 - Alpha
  Programming Language :: Python

[options]
python_requires = >=3.10