File: setup.cfg

package info (click to toggle)
pplpy 0.8.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 532 kB
  • sloc: python: 306; makefile: 39; cpp: 21; sh: 2
file content (36 lines) | stat: -rw-r--r-- 922 bytes parent folder | download
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
[metadata]
name = pplpy
version = 0.8.9
description = Python PPL wrapper
long_description = file: README.rst
author = Vincent Delecroix
author_email = vincent.delecroix@labri.fr
url = https://github.com/sagemath/pplpy
download_url = https://pypi.org/project/pplpy/#files
license = GPL v3
platforms = any
classifiers =
    License :: OSI Approved :: GNU General Public License v3 (GPLv3)
    Programming Language :: C++
    Programming Language :: Python
    Development Status :: 5 - Production/Stable
    Operating System :: Unix
    Intended Audience :: Science/Research
    Programming Language :: Python :: 3.8
    Programming Language :: Python :: 3.9
    Programming Language :: Python :: 3.10
    Programming Language :: Python :: 3.11
keywords =
    polyhedron
    polytope
    convex
    mathematics
    ppl
    milp
    linear-programming

[options]
packages = ppl

[options.package_data]
ppl = *.pxd, *.h, *.hh