File: pyproject.toml

package info (click to toggle)
polymake 4.14-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 35,888 kB
  • sloc: cpp: 168,933; perl: 43,407; javascript: 31,575; ansic: 3,007; java: 2,654; python: 632; sh: 268; xml: 117; makefile: 61
file content (14 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[build-system]
requires = ["setuptools>=61.2"]
build-backend = "setuptools.build_meta"

[project]
name = "JuPyMake"
version = "0.8"
description = "A simple interface to Polymake"
authors = [{name = "Sebastian Gutsche", email = "sebastian.gutsche@gmail.com"}]
urls = {Homepage = "https://github.com/sebasguts/JuPyMake"}
readme = "README.md"

[tool.setuptools]
license-files = ["COPYING", "GPLv2"]